summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-11-02 17:07:19 +0000
committerSascha Schumann <sas@php.net>2000-11-02 17:07:19 +0000
commit32dcafc669f9fde937c4dea3324cf50580795996 (patch)
tree13f438038010132dbb2d429eb705a38923cdd6b6 /TODO
parentd949733c70dfde906ca71d1353910c2bc3eeb6fa (diff)
downloadphp-git-32dcafc669f9fde937c4dea3324cf50580795996.tar.gz
.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 8d8aaab93f..07974c94be 100644
--- a/TODO
+++ b/TODO
@@ -17,7 +17,6 @@ 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
@@ -25,7 +24,7 @@ global
* --enable-all in configure. (--enable-shared=max ...)
* make configure print out a summary when it's done (like XEmacs)
* replace standard functions which work on static data with
- reentrancy-safe functions.
+ reentrancy-safe functions (DONE?).
* on some platforms unimplemented function will just do nothing (e.g. symlink)
they should print a warning or not even be defined!
* implement javadoc based function docs template system.
@@ -51,10 +50,6 @@ ext/dav
--------
* rewrite.
-ext/mcrypt
-----------
- * port to mcrypt-2.6 or later
-
ext/oci8
--------
* all OCIFetch*() functions should return 0 for no more data and false on error.