From: Sascha Schumann Date: Wed, 14 Feb 2001 10:12:29 +0000 (+0000) Subject: Add note about removing the requirement that you need to include the X-Git-Tag: php-4.0.5RC1~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5874e9758ac7001fd24f62752b476fba655cc42;p=php 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 --- 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 -----------