ZTS fixes

Stig - --enable-thread-safety belongs in libzend, since libzend doesn't #include config.h, whereas
PHP does #include zend_config.h
This commit is contained in:
Zeev Suraski 1999-05-04 03:42:19 +00:00
parent 1401cd52fc
commit 18742324b3
2 changed files with 2 additions and 2 deletions

View File

@ -122,4 +122,4 @@
#define BROKEN_SPRINTF 0
/* Define to compile PHP/Zend thread safe */
/* #undef ZTS */
#undef ZTS

View File

@ -868,9 +868,9 @@ AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS")
AC_OUTPUT(Makefile libphp3.module
scripts/mkextlib regex/Makefile ext/Makefile
@@EXT_MAKEFILES@@ build-defs.h, [
chmod +x scripts/mkextlib
], [
chmod +x scripts/mkextlib
# Hacking while airborne considered harmful.
#
echo "creating internal_functions.c"