RE: [PHP-DEV] PHP 5.4.0 RC8 released

2012-02-19 Thread Stephen Zarkos
Hello, > > 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) { > }

[PHP-DEV] Re: [INTERNALS-WIN] Fwd: [PHP-WEBMASTER] PEAR Folder not included in PHP 5.38 VC9

2012-02-19 Thread Mario Brandt
In 5.3.10 it is still missing just saying Cheers On Thu, Dec 8, 2011 at 13:18, Mario Brandt wrote: > I meant I can't find it ;-) Now I made the bug report 60470[1], but > you have to assign it yourself. > > Cheers > Mario > > > [1] https://bugs.php.net/bug.php?id=60470 > > On Thu, Dec 8

Re: [PHP-DEV] PHP 5.4.0 RC8 released

2012-02-19 Thread Timm Friebe
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.0RC

[PHP-DEV] A patch for Bug #61124

2012-02-19 Thread Kiyoto Tamura
I propose the following patch to prevent segfault for openssl_decrypt as detailed in https://bugs.php.net/bug.php?id=61124 Index: ext/openssl/openssl.c === --- ext/openssl/openssl.c (revision 323312) +++ ext/openssl/openssl.c