From: Sascha Schumann Date: Tue, 23 Nov 1999 20:53:20 +0000 (+0000) Subject: add some points X-Git-Tag: PRE_RETURN_REF_PATCH~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=368e1960eab4990716c0af9dfe1f60b2116c12d0;p=php add some points --- diff --git a/TODO b/TODO index 42d7119951..60df62129b 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,14 @@ Things to do or at least think about doing in the future. Name in parenthesis means that person has taken on this project. +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 + ext/standard ------------ * strpad() (Andrei)