mirror of
https://github.com/php/php-src.git
synced 2026-03-31 12:42:29 +02:00
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
ARG_ENABLE('phpdbg', 'Build phpdbg', 'yes');
|
|
|
|
if (PHP_PHPDBG == "yes") {
|
|
SAPI('phpdbg', 'phpdbg.c phpdbg_prompt.c phpdbg_help.c phpdbg_break.c phpdbg_print.c phpdbg_bp.c phpdbg_opcode.c phpdbg_list.c phpdbg_utils.c', 'phpdbg.exe');
|
|
}
|
|
|