summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Bergmann <sbergmann@php.net>2001-02-27 09:16:48 +0000
committerSebastian Bergmann <sbergmann@php.net>2001-02-27 09:16:48 +0000
commit043dcb64af86b48c14ab20f3818fc68c296c04e9 (patch)
tree485166f799e18b2154c50c889ff4b95acae43c01 /TODO
parentade8417ad97526d0bb8680e79c8f9d14943a23b4 (diff)
downloadphp-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--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index f956bc9c08..7a986d5de3 100644
--- a/TODO
+++ b/TODO
@@ -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