Serialization And Internal Objects

php.internals

l0t3k

22 years ago
looking through the serialization code, it appears that the read_property handler is not called for variable names returned from __sleep. IOW serialization is currenty only useful for userland objects. is this on the TODO list for PHP5 ? l0t3k