summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-02-14 10:12:29 +0000
committerSascha Schumann <sas@php.net>2001-02-14 10:12:29 +0000
commitf5874e9758ac7001fd24f62752b476fba655cc42 (patch)
treeb7192e7befb35b4d31a5d9d03f59e5e44aa869ec /TODO
parentab6bd757ec5b32f349164b020dd8974ae180e48d (diff)
downloadphp-git-f5874e9758ac7001fd24f62752b476fba655cc42.tar.gz
Add note about removing the requirement that you need to include the
respective class definition before using a session variable of the type object. This has been the best suggestion so far and is very likely to be adopted in the near future. Submitted by: Hartmut Holzgraefe
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 685c4c5fb2..59765916d2 100644
--- a/TODO
+++ b/TODO
@@ -94,6 +94,8 @@ ext/session
locked individually.
* write a network-transparent storage back-end with fallover
facilities
+ * provide a callback facility which is executed upon encountering
+ an unknown classname during deserialization
ext/sockets
-----------