diff options
author | Sascha Schumann <sas@php.net> | 2001-02-14 10:12:29 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-02-14 10:12:29 +0000 |
commit | f5874e9758ac7001fd24f62752b476fba655cc42 (patch) | |
tree | b7192e7befb35b4d31a5d9d03f59e5e44aa869ec /TODO | |
parent | ab6bd757ec5b32f349164b020dd8974ae180e48d (diff) | |
download | php-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-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----------- |