diff options
author | Zeev Suraski <zeev@php.net> | 1999-05-04 03:42:19 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-05-04 03:42:19 +0000 |
commit | 18742324b3f6952c537db47f3348316d595e9f9f (patch) | |
tree | 82c3f5bf82c2feeb161604290961c67301bb5407 /acconfig.h.in | |
parent | 1401cd52fc8f3693b28c94d6e1406286bbe3ddfd (diff) | |
download | php-git-18742324b3f6952c537db47f3348316d595e9f9f.tar.gz |
ZTS fixes
Stig - --enable-thread-safety belongs in libzend, since libzend doesn't #include config.h, whereas
PHP does #include zend_config.h
Diffstat (limited to 'acconfig.h.in')
-rw-r--r-- | acconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h.in b/acconfig.h.in index 60dc64af86..b97a59589f 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -122,4 +122,4 @@ #define BROKEN_SPRINTF 0 /* Define to compile PHP/Zend thread safe */ -/* #undef ZTS */ +#undef ZTS |