mirror of
https://github.com/php/php-src.git
synced 2026-04-11 01:53:36 +02:00
still cant get this
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user