From 5c6bf64509d9c1d01fd9435d90ced77b3558b259 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 6 Apr 2000 22:54:33 +0000 Subject: [PATCH] - ZEND_DEBUG is always defined --- ext/standard/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/info.c b/ext/standard/info.c index db7f06f2c7..4364d194f8 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -169,7 +169,7 @@ PHPAPI void php_print_info(int flag) #endif php_info_print_table_row(2, "php.ini Path", CONFIGURATION_FILE_PATH ); -#ifdef ZEND_DEBUG +#if ZEND_DEBUG php_info_print_table_row(2, "ZEND_DEBUG", "true" ); #else php_info_print_table_row(2, "ZEND_DEBUG", "false" ); -- 2.50.1