1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

- ZEND_DEBUG is always defined

This commit is contained in:
Andi Gutmans
2000-04-06 22:54:33 +00:00
parent e4409a8556
commit 5c6bf64509

View File

@@ -169,7 +169,7 @@ PHPAPI void php_print_info(int flag)
#endif
php_info_print_table_row(2, "php.ini Path", CONFIGURATION_FILE_PATH );
#ifdef ZEND_DEBUG
#if ZEND_DEBUG
php_info_print_table_row(2, "ZEND_DEBUG", "true" );
#else
php_info_print_table_row(2, "ZEND_DEBUG", "false" );