1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00

Re-arranging a bit.

This commit is contained in:
Andrei Zmievski
1999-11-23 22:35:23 +00:00
parent 59d34af972
commit cbf3bc3267

11
TODO
View File

@@ -8,13 +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!
documentation
-------------
* 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)
* advanced sort (Andrei)
* make all string functions binary-safe.
* on some platforms unimplemented function will just do nothing (eg symlink)
they should print a warning or be not even defined!
* add remarks in the documentation which functions are not implemented on win32.
* add remarks in the documentation which functions are not binary-safe.