Re: [PHP-DEV] PHP 5.4.0alpha2 released

2011-07-20 Thread Pierre Joye
hi, Please try using a snapshot instead. a2 introduced something that was supposed to help with the CRT versions support but had the exact opposite effect. There was already a bug report about it and is now closed. On Wed, Jul 20, 2011 at 5:12 AM, Jingcheng Zhang dio...@gmail.com wrote: Hello,

Re: [PHP-DEV] PHP 5.4.0alpha2 released

2011-07-20 Thread Jingcheng Zhang
Hi, Thanks, I'll try the snapshot build. On Wed, Jul 20, 2011 at 2:26 PM, Pierre Joye pierre@gmail.com wrote: hi, Please try using a snapshot instead. a2 introduced something that was supposed to help with the CRT versions support but had the exact opposite effect. There was already a

[PHP-DEV] Coding for the differences in 5.3 and 5.4 _zend_class_entry structure.

2011-07-20 Thread Richard Quadling
Hi. Just seeing if I can get a small extension upgraded from 5.3 to 5.4 (the pecl/inclued extension). This is my attempt to learn more about internals and hopefully increase my contribution to the project. Prior to doing any work, I'm getting these errors ... ..\pecl\inclued\inclued.c(116) :

Re: [PHP-DEV] [RFC] Magic Quotes in PHP, the Finalle

2011-07-20 Thread Daniel Convissor
Hi Pierre: I do not want to sound harsh but could you please read my reply? I had read your reply. I value your opinion. I also want to hear from other people, and Derick in particular, which is why I directly addressed him in my prior email to the list. Thanks, --Dan -- T H E A N A L

Re: [PHP-DEV] Magic quotes removal previous patch

2011-07-20 Thread Pierrick Charron
Hi, I have a more recent one on my laptop. I'll update it tonight or tomorrow to make sure it work on 5.4 and send it in this thread. Pierrick On 20 July 2011 15:44, Pierre Joye pierre@gmail.com wrote: hi, Please find as attachment the previous patch to remove the magic quotes. The

Re: [PHP-DEV] Magic quotes removal previous patch

2011-07-20 Thread Pierrick Charron
I tried to send the patch as a .txt file but it seems my mail was not send to internals since i don't see it on news.php.net. Anyway you'll find patch (code + tests) here : - http://www.adoy.net/php/remove-magic-quotes.txt - http://www.adoy.net/php/remove-magic-quotes-tests.txt Pierrick On 20

Re: [PHP-DEV] CRYPT_SHA256 fails tests in trunk

2011-07-20 Thread Stas Malyshev
Hi! On 7/19/11 4:44 PM, Solar Designer wrote: Hi, These tests fail in trunk on my x86_64 build: crypt_sha256.phpt crypt_variation1.phpt The differences are like this: Expected:$5$saltstring$5B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5 Got$5$saltst$JTS/fkywz8NvjeCGmWDndJPi7ZrRFhQKBLNtQZWE2C3

Re: [PHP-DEV] Coding for the differences in 5.3 and 5.4 _zend_class_entry structure.

2011-07-20 Thread Stas Malyshev
Hi! On 7/20/11 4:25 AM, Richard Quadling wrote: As several extensions have had to implement these #defines to distinguish between the different zend engine versions, should these level playing field macros be moved (and completed) form the extension to core? If you're talking about