php-src/TODO

24 lines
820 B
Plaintext
Raw Normal View History

1999-10-26 19:49:36 +00:00
Things to do or at least think about doing in the future. Name in
parenthesis means that person has taken on this project.
1999-11-23 20:53:20 +00:00
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
1999-11-23 22:35:23 +00:00
* 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.
1999-11-23 20:53:20 +00:00
1999-10-26 19:49:36 +00:00
ext/standard
------------
1999-11-03 20:48:42 +00:00
* strpad() (Andrei)
1999-10-26 19:57:27 +00:00
* advanced sort (Andrei)
1999-11-23 13:02:55 +00:00
* make all string functions binary-safe.