Lines Matching refs:phpdbg
5 PHP_ARG_ENABLE(phpdbg, for phpdbg support,
6 [ --enable-phpdbg Build phpdbg], yes, yes)
8 PHP_ARG_ENABLE(phpdbg-webhelper, for phpdbg web SAPI support,
9 [ --enable-phpdbg-webhelper Build phpdbg web SAPI support], no)
11 PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build,
12 [ --enable-phpdbg-debug Build phpdbg in debug mode], no, no)
14 PHP_ARG_ENABLE(phpdbg-readline, for phpdbg readline support,
15 [ --enable-phpdbg-readline Enable readline support in phpdbg (depends on static ext/readline)], …
28 …PHP_PHPDBG_FILES="phpdbg.c phpdbg_parser.c phpdbg_lexer.c phpdbg_prompt.c phpdbg_help.c phpdbg_bre…
30 AC_MSG_CHECKING([for phpdbg and readline integration])
47 …D_MAKEFILE_FRAGMENT([$abs_srcdir/sapi/phpdbg/Makefile.frag], [$abs_srcdir/sapi/phpdbg], [$abs_buil…
48 PHP_SELECT_SAPI(phpdbg, program, $PHP_PHPDBG_FILES, $PHP_PHPDBG_CFLAGS, [$(SAPI_PHPDBG_PATH)])
50 BUILD_BINARY="sapi/phpdbg/phpdbg"
51 BUILD_SHARED="sapi/phpdbg/libphpdbg.la"
79 PHP_OUTPUT(sapi/phpdbg/phpdbg.1)