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 ZEND_CE_F

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/fkywz8NvjeCGmWDndJPi7ZrRFhQKBLNtQZWE2C

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 Ju

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 wrote: > hi, > > Please find as attachment the previous patch to remove the magic quotes. > > The log I was using ba

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

[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) : err

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 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 bug report about