Re: [PHP-DEV] bug 52062

2011-12-26 Thread Derick Rethans
Stas Malyshev smalys...@sugarcrm.com wrote: Hi! I see that test for bug 52062 (marked as fixed by this commit: http://svn.php.net/viewvc/?view=revisionamp;revision=320481) now fails on my 32-bit system. Looking at the patch and the test, it can not actually succeed, as the test expects

Re: [PHP-DEV] bug 52062

2011-12-26 Thread Antony Dovgal
On 12/26/2011 12:40 PM, Derick Rethans wrote: I'll have a look when I get back home. Is there anything else you want me to look at? Yes! https://bugs.php.net/bug.php?id=53437 =) -- Wbr, Antony Dovgal --- http://pinba.org - realtime profiling for PHP -- PHP Internals - PHP Runtime

Re: [PHP-DEV] bug 52062

2011-12-26 Thread Stas Malyshev
Hi! I'll have a look when I get back home. Thanks! Is there anything else you want me to look at? Yes, it would be nice if you could check out XFAILs, especially the one that crashes (53437) but others too. Thanks in advance, -- Stanislav Malyshev, Software Architect SugarCRM:

[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/zlib/php_zlib.h branches/PHP_5_4/ext/zlib/zlib.c trunk/ext/zlib/php_zlib.h trunk/ext/zlib/zlib.c

2011-12-26 Thread Remi Collet
Le 26/12/2011 09:29, Stanislav Malyshev a écrit : stas Mon, 26 Dec 2011 08:29:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321406 ZTS build is broken (snapshot 201112261030) Please see trivial attached patch Regards, Remi. diff -up

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/zlib/php_zlib.h branches/PHP_5_4/ext/zlib/zlib.c trunk/ext/zlib/php_zlib.h trunk/ext/zlib/zlib.c

2011-12-26 Thread Remi Collet
With 321411 applied (gdb) run -n -m Starting program: /dev/shm/php5.4-201112261030/build-zts/sapi/cli/php -n -m [Thread debugging using libthread_db enabled] Using host libthread_db library /lib64/libthread_db.so.1. [PHP Modules] bz2 calendar Core ... snip ... zlib [Zend Modules] Program

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/zlib/php_zlib.h branches/PHP_5_4/ext/zlib/zlib.c trunk/ext/zlib/php_zlib.h trunk/ext/zlib/zlib.c

2011-12-26 Thread Pierre Joye
hi Remi! Thanks for the headup! Attached patch should fix this problem but I'm not sure if we have to do it in RINIT instead. The handler is set to NULL on dtor, so it could be enough already to do it once in MINIT. Cheers, On Mon, Dec 26, 2011 at 1:52 PM, Remi Collet r...@fedoraproject.org

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/zlib/php_zlib.h branches/PHP_5_4/ext/zlib/zlib.c trunk/ext/zlib/php_zlib.h trunk/ext/zlib/zlib.c

2011-12-26 Thread Remi Collet
Le 26/12/2011 14:09, Pierre Joye a écrit : Attached patch should fix this problem but I'm not sure if we have to do it in RINIT instead. The handler is set to NULL on dtor, so it could be enough already to do it once in MINIT. At least, it fix the build/run issue. Thanks. -- PHP Internals -

Re: [PHP-DEV] [RFC]Call for voting about const array/string dereference

2011-12-26 Thread Laruence
Hi: I have reset the vote, only vote for trunk now. https://wiki.php.net/rfc/constdereference thanks On Wed, Dec 14, 2011 at 7:25 PM, Pierre Joye pierre@gmail.com wrote: post again as a top thread with this point being clarified please :) On Wed, Dec 14, 2011 at 12:19 PM, Laruence

Re: [PHP-DEV] REQUEST_TIME change in PHP 5.4

2011-12-26 Thread Pierre Joye
hi Patrick, On Mon, Dec 26, 2011 at 6:24 PM, Patrick ALLAERT patrickalla...@php.net wrote: On one side there's a clear BC break which, according to the related RFC, is to be considered as a blocker, on the other one, a strong and valid argument regarding spreading additional server variables.