]> granicus.if.org Git - php/commitdiff
add some points
authorSascha Schumann <sas@php.net>
Tue, 23 Nov 1999 20:53:20 +0000 (20:53 +0000)
committerSascha Schumann <sas@php.net>
Tue, 23 Nov 1999 20:53:20 +0000 (20:53 +0000)
TODO

diff --git a/TODO b/TODO
index 42d7119951a30c58050802e0defcc15b9862834f..60df62129ba09bdae5eeb496c0b5df4520eb61d8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,14 @@
 Things to do or at least think about doing in the future. Name in
 parenthesis means that person has taken on this project.
 
+global
+------
+    * replace standard functions which work on static data with 
+      reentrant-save functions
+    * there is only one current directory per process; to make
+      chdir() etc. thread-safe, we must introduce a per-thread
+      current directory
+
 ext/standard
 ------------
        * strpad() (Andrei)