Marcus Boerger wrote:
"The script tried to execute a method or " \
"access a property of an incomplete object. " \
- "Please ensure that the class definition <b>%s</b> of the object " \
+ "Please ensure that the class definition \"%s\" of the object " \
"you are trying to operate on was loaded _before_ " \
- "the session was started"
+ "unserialize() gets called or provide a __autoload() function " \
+ "to load the class definition "
Should unserialize_callback_func not be mentioned here?
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php