Lines Matching refs:phpdbg
1 PHP_ARG_ENABLE([phpdbg],
2 [for phpdbg support],
3 [AS_HELP_STRING([--disable-phpdbg],
4 [Disable building of 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 to enable additional diagnostic output for
12 developing and troubleshooting phpdbg itself])],
16 PHP_ARG_ENABLE([phpdbg-readline],
17 [for phpdbg readline support],
18 [AS_HELP_STRING([--enable-phpdbg-readline],
19 [Enable readline support in phpdbg (depends on static ext/readline)])],
30 AC_MSG_CHECKING([for phpdbg and readline integration])
34 [Define to 1 if the phpdbg SAPI has libedit/readline integration.])
65 PHP_ADD_MAKEFILE_FRAGMENT([$abs_srcdir/sapi/phpdbg/Makefile.frag],
66 [$abs_srcdir/sapi/phpdbg],
67 [sapi/phpdbg])
68 PHP_SELECT_SAPI([phpdbg],
89 phpdbg.c
93 SAPI_PHPDBG_PATH="sapi/phpdbg/phpdbg"
94 SAPI_PHPDBG_SHARED_PATH="sapi/phpdbg/libphpdbg.la"
123 AC_CONFIG_FILES([sapi/phpdbg/phpdbg.1])