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-debug],
9 [for phpdbg debug build],
10 [AS_HELP_STRING([--enable-phpdbg-debug],
11 [Build phpdbg in debug mode])],
15 PHP_ARG_ENABLE([phpdbg-readline],
16 [for phpdbg readline support],
17 [AS_HELP_STRING([--enable-phpdbg-readline],
18 [Enable readline support in phpdbg (depends on static ext/readline)])],
33 …PHP_PHPDBG_FILES="phpdbg.c phpdbg_parser.c phpdbg_lexer.c phpdbg_prompt.c phpdbg_help.c phpdbg_bre…
35 AC_MSG_CHECKING([for phpdbg and readline integration])
82 …D_MAKEFILE_FRAGMENT([$abs_srcdir/sapi/phpdbg/Makefile.frag], [$abs_srcdir/sapi/phpdbg], [$abs_buil…
83 PHP_SELECT_SAPI(phpdbg, program, $PHP_PHPDBG_FILES, $PHP_PHPDBG_CFLAGS, [$(SAPI_PHPDBG_PATH)])
85 BUILD_BINARY="sapi/phpdbg/phpdbg"
86 BUILD_SHARED="sapi/phpdbg/libphpdbg.la"
115 PHP_OUTPUT(sapi/phpdbg/phpdbg.1)