From: Thies C. Arntzen Date: Tue, 23 Nov 1999 13:02:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PRE_RETURN_REF_PATCH~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92aaf17ba28ba5545e9b78dd01a00892a0a8c152;p=php *** empty log message *** --- diff --git a/TODO b/TODO index 5f52c65359..42d7119951 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,8 @@ 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.