]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Tue, 23 Nov 1999 22:46:41 +0000 (22:46 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 23 Nov 1999 22:46:41 +0000 (22:46 +0000)
TODO

diff --git a/TODO b/TODO
index e890dfcb9c558c4f437f818e81c6423ab6aebac5..4bb45c95d932640b9af114d2dc863df8ac37cb77 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,16 +8,16 @@ global
     * there is only one current directory per process; to make
       chdir() etc. thread-safe, we must introduce a per-thread
       current directory
-       * on some platforms unimplemented function will just do nothing (eg symlink)
-         they should print a warning or be not even defined!
+    * on some platforms unimplemented function will just do nothing (eg symlink)
+      they should print a warning or be not even defined!
 
 documentation
 -------------
-       * add remarks in the documentation which functions are not implemented on win32.
-       * add remarks in the documentation which functions are not binary-safe.
+    * add remarks in the documentation which functions are not implemented on win32.
+    * add remarks in the documentation which functions are not binary-safe.
 
 ext/standard
 ------------
-       * strpad() (Andrei)
+    * strpad() (Andrei)
     * advanced sort (Andrei)
-       * make all string functions binary-safe.
+    * make all string functions binary-safe.