summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-04-12 20:41:52 +0000
committerAndrei Zmievski <andrei@php.net>2000-04-12 20:41:52 +0000
commit25b95d2a9746580fcd7e48aa63121e6e84aec06e (patch)
treeef0344a77df5668bc962cacf00a1911c0085874f /TODO
parentc7100c4a1a39d6e1bd9227aa3cb78ec0e492c1fa (diff)
downloadphp-git-25b95d2a9746580fcd7e48aa63121e6e84aec06e.tar.gz
Already done.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 4b9317f30b..d5ec99d625 100644
--- a/TODO
+++ b/TODO
@@ -12,9 +12,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
- * let every module (source-file) have it's own module & function_entry
- block. Right now the math functions are in math.c but the corresponding
- function-entries are in basic_functions.
* 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 +22,6 @@ global
reentrant-save functions
* on some platforms unimplemented function will just do nothing (eg symlink)
they should print a warning or be not even defined!
- * banish the legacy of php3_ prefixes
* implement javadoc based function docs template system
* use thread-safe resolver functions (either require BIND 8 or adns)
* check for incorrect *_r (time related) on HPSUX