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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user