[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/standard/ credits_ext.h

2012-02-25 Thread Stanislav Malyshev
stas Sun, 26 Feb 2012 06:23:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=323554 Log: update credits Changed paths: U php/php-src/branches/PHP_5_4/ext/standard/credits_ext.h Modified: php/php-src/branches/PHP_5_4/ext/standard/credi

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/bug61011.phpt Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-02-25 Thread Xinchen Hui
laruence Sat, 25 Feb 2012 13:56:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=323510 Log: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property) Bug: https://bugs.php.net/61011 (Assigned) Crash when an

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug61124.phpt branches/PHP_5_4/ext/openssl/tests/bug61124.phpt trunk/ext/openssl/tests/bug61124.phpt

2012-02-25 Thread Olivier DOUCET
odoucet Sat, 25 Feb 2012 13:27:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=323509 Log: test for bug #61124 Bug: https://bugs.php.net/61124 (Closed) Segmentation fault Changed paths: A php/php-src/branches/PHP_5_3/ext/openssl/t

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2012-02-25 Thread Nikita Popov
nikicSat, 25 Feb 2012 13:04:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=323506 Log: NEWS for r323330 So cjones doesn't have nightmares :P Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/standard/tests/streams/ bug47997.phpt

2012-02-25 Thread Olivier Doucet
> That seems suspicious. Are you sure you are using the same php.ini for all three? You're right, ini file used was modified for 5.3 ; This test is not failing for everyone, as default value is allow_url_fopen=1 I've modified trunk / 5_3 (revision 323504). Thank you for pointing that out. Oliv

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/streams/bug47997.phpt trunk/ext/standard/tests/streams/bug47997.phpt

2012-02-25 Thread Olivier DOUCET
odoucet Sat, 25 Feb 2012 12:44:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=323504 Log: fix phpt : fopen(data://) requires allow_url_fopen=1 Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/streams/bug47997.phpt U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/standard/tests/streams/ bug47997.phpt

2012-02-25 Thread Olivier Doucet
Hi, Le 25/02/2012 13:13, Rasmus Lerdorf a écrit : What about trunk and 5_3 for this one? Test is working without patch in 5.3 and trunk (tested with source snapshot a few hours ago). So fopen('data://') seems to require allow_url_fopen since 5.4, or default value in tests has changed. Olivie

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/standard/tests/streams/ bug47997.phpt

2012-02-25 Thread Rasmus Lerdorf
On 02/25/2012 12:25 PM, Olivier Doucet wrote: > Hi, > > Le 25/02/2012 13:13, Rasmus Lerdorf a écrit : >> What about trunk and 5_3 for this one? > Test is working without patch in 5.3 and trunk (tested with source > snapshot a few hours ago). > So fopen('data://') seems to require allow_url_fopen

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/standard/tests/streams/ bug47997.phpt

2012-02-25 Thread Rasmus Lerdorf
On 02/25/2012 10:58 AM, Olivier DOUCET wrote: > Changed paths: > U php/php-src/branches/PHP_5_4/ext/standard/tests/streams/bug47997.phpt What about trunk and 5_3 for this one? -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/tests/bug34199.phpt branches/PHP_5_3/Zend/tests/bug39602.phpt branches/PHP_5_3/Zend/tests/bug42819.phpt branches/PHP_5_3/Zend/tests/bug43918.phpt bra

2012-02-25 Thread Olivier DOUCET
odoucet Sat, 25 Feb 2012 12:10:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=323501 Log: more verbose skip reason in test files with not so obvious extension requirements Changed paths: U php/php-src/branches/PHP_5_3/Zend/tests/bug341

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/standard/tests/streams/ bug47997.phpt

2012-02-25 Thread Olivier DOUCET
odoucet Sat, 25 Feb 2012 10:58:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=323498 Log: fix test file for bug #47997 : fopen(data://) requires allow_url_fopen=1 Bug: https://bugs.php.net/47997 (Closed) stream_copy_to_stream returns 1 on em