]> granicus.if.org Git - php/commitdiff
Polish this.
authorSascha Schumann <sas@php.net>
Mon, 4 Oct 1999 14:29:18 +0000 (14:29 +0000)
committerSascha Schumann <sas@php.net>
Mon, 4 Oct 1999 14:29:18 +0000 (14:29 +0000)
sapi/aolserver/aolserver.c
sapi/nsapi/aolserver.c

index cbc4ec025739d43bb20f5b503f05c242a85e71c6..c76ea19d45ae77afff7f0001f69d55b8ee2cf57a 100644 (file)
 
 /* $Id$ */
 
-/* conflict between PHP and aolserver */
+/* conflict between PHP and AOLserver */
 #define Debug php_Debug
 #include "php.h"
 #undef Debug
 
 #ifdef HAVE_AOLSERVER
 
+#ifndef ZTS
+#error AOLserver module only useable in thread-safe mode
+#endif
+
 #include "php_ini.h"
 #include "php_globals.h"
 #include "SAPI.h"
index cbc4ec025739d43bb20f5b503f05c242a85e71c6..c76ea19d45ae77afff7f0001f69d55b8ee2cf57a 100644 (file)
 
 /* $Id$ */
 
-/* conflict between PHP and aolserver */
+/* conflict between PHP and AOLserver */
 #define Debug php_Debug
 #include "php.h"
 #undef Debug
 
 #ifdef HAVE_AOLSERVER
 
+#ifndef ZTS
+#error AOLserver module only useable in thread-safe mode
+#endif
+
 #include "php_ini.h"
 #include "php_globals.h"
 #include "SAPI.h"