mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
add some notes
This commit is contained in:
parent
635d7fbfae
commit
844938ec4e
9
TODO
9
TODO
@ -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().
|
||||
|
Loading…
Reference in New Issue
Block a user