Re: PHP 5.4.0 RC8 released

From: Date: Sun, 19 Feb 2012 15:07:04 +0000
Subject: Re: PHP 5.4.0 RC8 released
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
Hello,

> We like to announce the 7th Release Candidate of PHP 5.4.0.
> We fixed some critical bugs in the PHP 5.4.0 codebase. 
> Therefore we had to release another RC.

I still have the following problem I'm experiencing with all release candidates since RC6:

$ /cygdrive/f/Programme/php-5.4.0RC8-nts-Win32-VC9-x86/php -r 'class A { function __wakeup() {
echo "WAKEUP!"; }} var_dump(unserialize(serialize(new A())));'
object(A)#1 (0) {
}

(Hint: __wakeup() isn't called).

I cannot reproduce when I compile PHP myself, whether on Windows, Gentoo or Ubuntu, but it persists
in the binaries the PHP group provides; I’m out of wisdom here, though a wild guess is some
variable initializations are missing.

See also https://bugs.php.net/bug.php?id=60919

- Timm


Thread (4 messages)

« previous php.internals (#57906) next »