1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

Change case for consistency

This commit is contained in:
Zeev Suraski
2002-03-14 18:39:53 +00:00
parent 508c82ad2a
commit 7b3660c6e8
+2 -2
View 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, "Debug Build", "Yes" );
php_info_print_table_row(2, "Debug Build", "yes" );
#else
php_info_print_table_row(2, "Debug Build", "No" );
php_info_print_table_row(2, "Debug Build", "no" );
#endif
#ifdef ZTS