diff options
author | Andrei Zmievski <andrei@php.net> | 1999-11-23 22:46:41 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-11-23 22:46:41 +0000 |
commit | 96e1d4a4b1ffe2c96566d3472376da2796add26d (patch) | |
tree | 9e7550f34f0c73fc9763d4820f5a4fbdbc2f38bd /TODO | |
parent | cbf3bc3267fec643ea93cd75e72e1ffc7105e9f0 (diff) | |
download | php-git-96e1d4a4b1ffe2c96566d3472376da2796add26d.tar.gz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |