Lines Matching refs:phpdbg
1 PHP_ARG_ENABLE([phpdbg],
2 [for phpdbg support],
3 [AS_HELP_STRING([--enable-phpdbg],
4 [Build phpdbg])],
8 PHP_ARG_ENABLE([phpdbg-webhelper],
9 [for phpdbg web SAPI support],
10 [AS_HELP_STRING([--enable-phpdbg-webhelper],
11 [Build phpdbg web SAPI support])],
14 PHP_ARG_ENABLE([phpdbg-debug],
15 [for phpdbg debug build],
16 [AS_HELP_STRING([--enable-phpdbg-debug],
17 [Build phpdbg in debug mode])],
21 PHP_ARG_ENABLE([phpdbg-readline],
22 [for phpdbg readline support],
23 [AS_HELP_STRING([--enable-phpdbg-readline],
24 [Enable readline support in phpdbg (depends on static ext/readline)])],
39 …PHP_PHPDBG_FILES="phpdbg.c phpdbg_parser.c phpdbg_lexer.c phpdbg_prompt.c phpdbg_help.c phpdbg_bre…
41 AC_MSG_CHECKING([for phpdbg and readline integration])
58 …D_MAKEFILE_FRAGMENT([$abs_srcdir/sapi/phpdbg/Makefile.frag], [$abs_srcdir/sapi/phpdbg], [$abs_buil…
59 PHP_SELECT_SAPI(phpdbg, program, $PHP_PHPDBG_FILES, $PHP_PHPDBG_CFLAGS, [$(SAPI_PHPDBG_PATH)])
61 BUILD_BINARY="sapi/phpdbg/phpdbg"
62 BUILD_SHARED="sapi/phpdbg/libphpdbg.la"
91 PHP_OUTPUT(sapi/phpdbg/phpdbg.1)