From 7eef22472c94c36fe86fcd7faf0105da0a357b1d Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 20 May 1999 12:06:45 +0000 Subject: [PATCH] - Small fixes --- ext/standard/info.c | 6 ++++++ main/config.w32.h | 2 ++ main/configuration-parser.y | 8 ++++---- php4.dsp | 4 ++-- php4dll.dsp | 4 ++-- php4dllts.dsp | 4 ++-- php4ts.dsp | 4 ++-- 7 files changed, 20 insertions(+), 12 deletions(-) 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("