]> granicus.if.org Git - php/commitdiff
Add note about removing the requirement that you need to include the
authorSascha Schumann <sas@php.net>
Wed, 14 Feb 2001 10:12:29 +0000 (10:12 +0000)
committerSascha Schumann <sas@php.net>
Wed, 14 Feb 2001 10:12:29 +0000 (10:12 +0000)
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

TODO

diff --git a/TODO b/TODO
index 685c4c5fb250be8470ef84124816982d782bf4f8..59765916d261c83ab96944432f35a1b314a96d2f 100644 (file)
--- 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
 -----------