diff options
author | Thies C. Arntzen <thies@php.net> | 2000-05-29 15:54:38 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-05-29 15:54:38 +0000 |
commit | 844938ec4e6aecce59122f2b6e99cf1cb3abd290 (patch) | |
tree | 107ceaeacb27bab7da141c8ebd018b93f12c8da7 | |
parent | 635d7fbfae1c598ba08c199146dde239b040dfd2 (diff) | |
download | php-git-844938ec4e6aecce59122f2b6e99cf1cb3abd290.tar.gz |
add some notes
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -9,6 +9,8 @@ Zend global ------ + * make everything on the language-level independent of your locate setings. + * allow methods to be called as callbacks. eg: array_walk($myarray,"this->print()"); * always build the standalone executable as well as the chosen SAPI target. * make sure all source files have the "right" copyright. @@ -60,6 +62,13 @@ ext/pcre * have an option for preg_grep() to return keys as well. * update the online docs from version 3.1 man page +ext/session +----------- + * implement a call to set a session read-only to overcome + the need to serialize frame-loads. + * maybe implement finer-grained session variables that could be + locked individually. + ext/standard ------------ * add a version number to data serialized via serialize(). |