summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-08-22 07:23:24 +0000
committerSascha Schumann <sas@php.net>2000-08-22 07:23:24 +0000
commit03049aa8ac642dbe1cfaba68e5aec88fdd0f488c (patch)
treed782df75e86d654a49030d568d41ada67af42cda
parent2011db174baa65c3dc267fb5d8980ebe5c41dfe9 (diff)
downloadphp-git-03049aa8ac642dbe1cfaba68e5aec88fdd0f488c.tar.gz
Add note about need to fix INI system
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6da6c4dc22..f03810c48e 100644
--- 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