mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Make it clearer what this entry means
This commit is contained in:
parent
075dc0ccc6
commit
20f3b718dc
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
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
|
#if ZEND_DEBUG
|
||||||
php_info_print_table_row(2, "ZEND_DEBUG", "enabled" );
|
php_info_print_table_row(2, "Debug Build", "Yes" );
|
||||||
#else
|
#else
|
||||||
php_info_print_table_row(2, "ZEND_DEBUG", "disabled" );
|
php_info_print_table_row(2, "Debug Build", "No" );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ZTS
|
#ifdef ZTS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue