diff options
author | Sebastian Bergmann <sbergmann@php.net> | 2001-02-27 09:16:48 +0000 |
---|---|---|
committer | Sebastian Bergmann <sbergmann@php.net> | 2001-02-27 09:16:48 +0000 |
commit | 043dcb64af86b48c14ab20f3818fc68c296c04e9 (patch) | |
tree | 485166f799e18b2154c50c889ff4b95acae43c01 /TODO | |
parent | ade8417ad97526d0bb8680e79c8f9d14943a23b4 (diff) | |
download | php-git-043dcb64af86b48c14ab20f3818fc68c296c04e9.tar.gz |
PHP3_TLS_*() macros are no longer used in ext/dav/dav.c, ext/ldap/ldap.c.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ global target. * make sure all source files have the "right" copyright. * the following modules still use PHP3_TLS_*() macros (and thereby don't - work in ZTS mode): ext/dav/dav.c, ext/db/db.c, ext/gd/gd.c, ext/ldap/ldap.c + work in ZTS mode): ext/db/db.c, ext/gd/gd.c * make sure that all ZTS globals get destructed. Most ts_allocate_id() calls should have a dtor entry. * activate all extensions by default that don't rely on external |