]> granicus.if.org Git - php/commitdiff
Add note about need to fix INI system
authorSascha Schumann <sas@php.net>
Tue, 22 Aug 2000 07:23:24 +0000 (07:23 +0000)
committerSascha Schumann <sas@php.net>
Tue, 22 Aug 2000 07:23:24 +0000 (07:23 +0000)
TODO

diff --git a/TODO b/TODO
index 6da6c4dc22597b5b908ceb582e1253d452f8d9d1..f03810c48e4f12fe96c6eccc724c69f7401be60d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -15,6 +15,7 @@ global
     * 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
+    * INI system causes segfaults in ZTS mode (operates on static HashTable)
     * 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