- Source code: sapi/phpdbg/CMakeLists.txt
- Default:
ON - Values:
ON|OFF
Enables the phpdbg SAPI module as an executable.
- Default:
OFF - Values:
ON|OFF
Builds phpdbg SAPI also as a shared module together with an executable.
The phpdbg shared library is after the build phase located in the sapi/phpdbg
directory:
libphpdbg.so(*nix), orlibphpdbg.dylib(macOS), orlibphpdbg.dll(Windows)
- Default:
OFF - Values:
ON|OFF
Builds phpdbg in debug mode to enable additional diagnostic output for developing and troubleshooting phpdbg itself.
- Default:
OFF - Values:
ON|OFF
Explicitly enables readline support in phpdbg for command history accessible
through arrow keys. Requires the Editline library. If the PHP extension
readline is enabled during the build process, the phpdbg readline support is
automatically enabled regardless of this option.
Where to find the Editline installation on the system, can be customized with
the EDITLINE_ROOT variable.