Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57906 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72298 invoked from network); 19 Feb 2012 15:14:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2012 15:14:50 -0000 Authentication-Results: pb1.pair.com header.from=thekid@thekid.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=thekid@thekid.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thekid.de from 212.227.126.171 cause and error) X-PHP-List-Original-Sender: thekid@thekid.de X-Host-Fingerprint: 212.227.126.171 moutng.kundenserver.de Received: from [212.227.126.171] ([212.227.126.171:51878] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/73-56620-7E1114F4 for ; Sun, 19 Feb 2012 10:14:49 -0500 Received: from carla (port-92-200-76-232.dynamic.qsc.de [92.200.76.232]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0M7nzI-1SLK3p0fXk-00vMbS; Sun, 19 Feb 2012 16:14:45 +0100 Message-ID: <884293B3D74343B7AFCBF2E784633473@carla> To: References: In-Reply-To: Date: Sun, 19 Feb 2012 16:07:04 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0091_01CCEF20.85BCDA00" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 X-Provags-ID: V02:K0:wEw5F6UjPDulgfhvj8Bt4bkQMfstcspA/uqDu5eRaFb OBJM/kuvMv1QnGZf9YNoDEVat0kF3eZwPWgZxX2dm5p+j6p/d6 hQdxCJFt6NSBQBWiyqDeypJI2FGwjkQ9c78/8xsl9nu9SfSJUn TA3JQrVnx6lJV+RBEHxVlP1oIZCqAy5GoWXIY90tmOpGplIgHf c/LMA6bsHZlcKJ+bcaCczSjAQ8AV4X0r6OFxebRPMYmsKVR4/1 OA/mMLYl607ISgmih/AxTGiENTwQ9O17bnsBXNa7HkhcwxgdCm sbkk9FuZNVn3RfkUuwM7IVKt7fvQu+5s30W0sgcjBz5/p5/CAA 5MsgdGPkFdVvgv9xRXS8= Subject: Re: [PHP-DEV] PHP 5.4.0 RC8 released From: thekid@thekid.de ("Timm Friebe") ------=_NextPart_000_0091_01CCEF20.85BCDA00 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.=20 > 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=E2=80=99m out of wisdom here, though a wild guess is some variable = initializations are missing. See also https://bugs.php.net/bug.php?id=3D60919 - Timm ------=_NextPart_000_0091_01CCEF20.85BCDA00--