RE: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_diff_key.phpt array_intersect_key.phpt

2006-11-08 Thread Dmitry Stogov
Seems this fix is not completely right. The tests still failed. Thanks. Dmitry. > -Original Message- > From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 07, 2006 11:25 PM > To: php-cvs@lists.php.net > Subject: [PHP-CVS] cvs: php-src(PHP_5_2) > /ext/standard/test

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap php_encoding.c /ext/soap/tests/bugs bug38536.phpt bug38536.wsdl

2006-11-08 Thread Dmitry Stogov
dmitry Wed Nov 8 10:05:20 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugsbug38536.phpt bug38536.wsdl Modified files: /php-srcNEWS /php-src/ext/soap php_encoding.c Log: Fixed bug #38536 (SOAP returns

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c /ext/soap/tests/bugs bug38536.phpt bug38536.wsdl

2006-11-08 Thread Dmitry Stogov
dmitry Wed Nov 8 10:05:33 2006 UTC Modified files: /php-src/ext/soap php_encoding.c /php-src/ext/soap/tests/bugsbug38536.phpt bug38536.wsdl Log: Fixed bug #38536 (SOAP returns an array of values instead of an object) http://cvs.php.net/viewvc

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_diff_key.phpt array_intersect_key.phpt

2006-11-08 Thread Ilia Alshanetsky
They pass on my system, are you sure it is not related to another patch? On 8-Nov-06, at 3:17 AM, Dmitry Stogov wrote: Seems this fix is not completely right. The tests still failed. Thanks. Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Tuesday, N

RE: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_diff_key.phpt array_intersect_key.phpt

2006-11-08 Thread Dmitry Stogov
Sure! May be you forgot commit some peace of patch? I see references at last elements of some arrays in actual output. Thanks. Dmitry. > -Original Message- > From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] On Behalf Of > Ilia Alshanetsky > Sent: Wednesday, November 08, 2006 6:59 PM > To

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_diff_key.phpt array_intersect_key.phpt

2006-11-08 Thread Ilia Alshanetsky
On 8-Nov-06, at 12:13 PM, Dmitry Stogov wrote: Sure! No, you're right, it looks like I went a bit too far with find & replace when fixing the test. May be you forgot commit some peace of patch? The last element still shows up be reference because the reference flag from it is never c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /pear Makefile.frag

2006-11-08 Thread Antony Dovgal
tony2001Wed Nov 8 19:05:41 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/pear Makefile.frag /php-srcNEWS Log: fix #39300 (make install fails if wget is not available) add support of 'fetch' http://cvs.php.net/viewvc.cgi/php-src/

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/apache2handler sapi_apache2.c

2006-11-08 Thread Ilia Alshanetsky
iliaa Thu Nov 9 00:13:27 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apache2handlersapi_apache2.c /php-srcNEWS Log: Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version). http://cvs.php.net/viewvc.cgi/php-sr

[PHP-CVS] cvs: php-src /sapi/apache2handler sapi_apache2.c

2006-11-08 Thread Ilia Alshanetsky
iliaa Thu Nov 9 00:13:39 2006 UTC Modified files: /php-src/sapi/apache2handlersapi_apache2.c Log: MFB: Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version). http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/sapi_apach

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug27508.phpt

2006-11-08 Thread Antony Dovgal
tony2001Thu Nov 9 00:33:54 2006 UTC Modified files: /php-src/ext/standard/tests/filebug27508.phpt Log: fix test and prevent endless loop http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug27508.phpt?r1=1.2&r2=1.3&diff_format=u Index

[PHP-CVS] cvs: php-src /main php_streams.h /main/streams streams.c

2006-11-08 Thread Antony Dovgal
tony2001Thu Nov 9 01:06:45 2006 UTC Modified files: /php-src/main php_streams.h /php-src/main/streams streams.c Log: eliminate a couple of compile warnings http://cvs.php.net/viewvc.cgi/php-src/main/php_streams.h?r1=1.117&r2=1.118&di

[PHP-CVS] cvs: php-src /ext/standard/tests/strings str_shuffle.phpt

2006-11-08 Thread Antony Dovgal
tony2001Thu Nov 9 01:07:31 2006 UTC Modified files: /php-src/ext/standard/tests/strings str_shuffle.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/str_shuffle.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/st

[PHP-CVS] cvs: php-src /ext/standard/tests/strings bug21338.phpt bug25671.phpt bug25707.phpt bug33076.phpt str_replace.phpt

2006-11-08 Thread Antony Dovgal
tony2001Thu Nov 9 01:16:48 2006 UTC Modified files: /php-src/ext/standard/tests/strings bug21338.phpt bug25671.phpt bug25707.phpt bug33076.phpt str_replace.phpt Log: fix more