mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
Make it clearer what this entry means
This commit is contained in:
parent
075dc0ccc6
commit
20f3b718dc
@ -200,9 +200,9 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
|
||||
php_info_print_table_row(2, "Configuration File (php.ini) Path", php_ini_opened_path?php_ini_opened_path:PHP_CONFIG_FILE_PATH);
|
||||
|
||||
#if ZEND_DEBUG
|
||||
php_info_print_table_row(2, "ZEND_DEBUG", "enabled" );
|
||||
php_info_print_table_row(2, "Debug Build", "Yes" );
|
||||
#else
|
||||
php_info_print_table_row(2, "ZEND_DEBUG", "disabled" );
|
||||
php_info_print_table_row(2, "Debug Build", "No" );
|
||||
#endif
|
||||
|
||||
#ifdef ZTS
|
||||
|
Loading…
Reference in New Issue
Block a user