cvs: php4 / TODO
[email protected] ("Thies C. Arntzen")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsthies959615678@cvsserver> |
thies Mon May 29 08:54:38 2000 EDT
Modified files:
/php4 TODO
Log:
add some notes
Index: php4/TODO
diff -u php4/TODO:1.79 php4/TODO:1.80
--- php4/TODO:1.79 Tue May 9 12:27:00 2000
+++ php4/TODO Mon May 29 08:54:38 2000
@@ -9,6 +9,8 @@
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.
@@ -59,6 +61,13 @@
* have a non-greedy option for preg_replace().
* 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
------------