[PHP-CVS] svn: /php/php-src/trunk/ext/curl/tests/ bug48203.phpt bug48203_multi.phpt curl_file_deleted_before_curl_close.phpt

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 07:16:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=311959 Log: Updated (currently failing) test for bug48203 with curl_stderr and added also curl_multi_exec variant of this test. Bug: http://bugs.php.net/48203 (Clo

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/curl/tests/ bug48203.phpt bug48203_multi.phpt curl_file_deleted_before_curl_close.phpt

2011-06-09 Thread Alexey Shein
Reopened bug and uploaded my patch here: http://bugs.php.net/bug.php?id=48203. 2011/6/9 Shein Alexey : > shein                                    Thu, 09 Jun 2011 07:16:13 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=311959 > > Log: > Updated (currently failing) test for bu

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

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 07:44:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=311961 Log: Fixed session test breakage due to serialize precision issue. Changed paths: U php/php-src/branches/PHP_5_3/ext/session/tests/session_encode_basic

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/session/tests/skipif.inc branches/PHP_5_4/ext/session/tests/skipif.inc trunk/ext/session/tests/skipif.inc

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 08:18:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=311962 Log: Skip reason is now printed if session.save_path is not writable. Changed paths: U php/php-src/branches/PHP_5_3/ext/session/tests/skipif.inc U

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

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 08:24:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=311965 Log: Changed session.save_path to /tmp to make test run. Changed paths: U php/php-src/branches/PHP_5_3/ext/session/tests/bug32330.phpt U php/php-

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/dom/examples/note.dtd branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt trunk/ext/dom/examples/note.dtd trunk/ext/dom/te

2011-06-09 Thread Alexey Shein
PHP_5_3 version? 2011/6/5 Hannes Magnusson : > bjori                                    Sun, 05 Jun 2011 11:31:18 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=311827 > > Log: > No need to fetch external files and endless amount of DTDs for this test > > Changed paths: >    

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt trunk/ext/dom/t

2011-06-09 Thread Alexey Shein
It seems your fix should only belong to PHP_5_3 branch, since it doesn't fit anymore into others after bjori's changes. 2011/6/9 Ilia Alshanetsky : > iliaa                                    Wed, 08 Jun 2011 23:30:02 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=311955 > > L

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/session/tests/ 008-php4.2.3.phpt

2011-06-09 Thread Shein Alexey
sheinThu, 09 Jun 2011 13:09:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=311975 Log: Fixed test. Changed paths: U php/php-src/branches/PHP_5_3/ext/session/tests/008-php4.2.3.phpt Modified: php/php-src/branches/PHP_5_3/ext/session/

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/dom/examples/note.dtd branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt trunk/ext/dom/examples/note.dtd trunk/ext/dom/te

2011-06-09 Thread Hannes Magnusson
Is it actually broken there? I just removed the external dependencies so I wouldn't have to wait 5 minutes for the test to run. -Hannes On Thu, Jun 9, 2011 at 11:09, Alexey Shein wrote: > PHP_5_3 version? > > 2011/6/5 Hannes Magnusson : >> bjori                                    Sun, 05 Jun 201

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/dom/examples/note.dtd branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt trunk/ext/dom/examples/note.dtd trunk/ext/dom/te

2011-06-09 Thread Alexey Shein
2011/6/9 Hannes Magnusson : > Is it actually broken there? > I just removed the external dependencies so I wouldn't have to wait 5 > minutes for the test to run. > On my box it's just waits until process times out, so your patch is very welcome, I was just curious why you haven't applied it to PHP_

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/reflection/php_reflection.c branches/PHP_5_4/ext/reflection/php_reflection.c trunk/ext/reflection/php_reflection.c

2011-06-09 Thread Felipe Pena
felipe Thu, 09 Jun 2011 22:45:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=311990 Log: - Fixed bug #54347 (reflection_extension does not lowercase module function name) patch by: laruence at yahoo dot com dot cn Bug: http://bugs.php.net