From 1e344cf0103b9b388c7ca7298efa2fe4dbfae342 Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Wed, 5 Apr 2000 21:00:35 +0000 Subject: [PATCH] still cant get this --- ext/standard/info.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/standard/info.c b/ext/standard/info.c index 95276ce8e7..429d0c1187 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -122,7 +122,6 @@ PHPAPI void php_print_info(int flag) char **env,*tmp1,*tmp2; char *php_uname; int expose_php = INI_INT("expose_php"); - int tmp_zend_debug; #ifdef PHP_WIN32 char php_windows_uname[256]; @@ -170,8 +169,9 @@ PHPAPI void php_print_info(int flag) #endif php_info_print_table_row(2, "php.ini Path", CONFIGURATION_FILE_PATH ); - sprintf(tmp_zend_debug, "%d", ZEND_DEBUG); - php_info_print_table_row(2, "ZEND_DEBUG", tmp_zend_debug ); +/* this causes seg faults + php_info_print_table_row(2, "ZEND_DEBUG", ZEND_DEBUG ); +*/ if (sapi_module.name) php_info_print_table_row(2, "SAPI", sapi_module.name ); -- 2.50.1