]> granicus.if.org Git - php/commitdiff
MFH
authorZeev Suraski <zeev@php.net>
Thu, 14 Mar 2002 18:39:37 +0000 (18:39 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 14 Mar 2002 18:39:37 +0000 (18:39 +0000)
ext/standard/info.c

index 5d398a866d7e35c906fbd6944bdd60446b6095fd..026e00db87f2f6c5d6a0d1a0d51ddf30a5a239f5 100644 (file)
@@ -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