From: Andi Gutmans Date: Thu, 20 May 1999 12:06:45 +0000 (+0000) Subject: - Small fixes X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7eef22472c94c36fe86fcd7faf0105da0a357b1d;p=php - Small fixes --- diff --git a/ext/standard/info.c b/ext/standard/info.c index 4976e1c545..110efc49ec 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -97,6 +97,12 @@ PHPAPI void _php3_info(void) php3_printf("System: %s
Build Date: %s\n
", php3_uname, __DATE__); php3_printf("php3.ini path: %s
\n", CONFIGURATION_FILE_PATH); + php3_printf("ZEND_DEBUG=%d
\n", ZEND_DEBUG); +#ifdef ZTS + php3_printf("ZTS is defined"); +#else + php3_printf("ZTS is undefined"); +#endif /* Zend Engine */ PUTS("