Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap soap.c

2007-05-07 Thread Ilia Alshanetsky
Dmitry, All of the tests have been fixed and now pass. I've had to convert the gzip/deflate tests to use CGI and added an additional test to check basic POST retrieval from a request (server029). On 7-May-07, at 4:19 AM, Dmitry Stogov wrote: Hi Ilia, Why do you completely break ext/soap

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap soap.c

2007-05-07 Thread Ilia Alshanetsky
On 7-May-07, at 4:19 AM, Dmitry Stogov wrote: Hi Ilia, Why do you completely break ext/soap (all tests are failed)? The soap is hardly broken, what the patch changed was allow SoapServer's handle() method to work without any parameters even when always_populate_raw_post_data is off. Howe

RE: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap soap.c

2007-05-07 Thread Dmitry Stogov
Hi Ilia, Why do you completely break ext/soap (all tests are failed)? Why do you do it in PHP_5_2 branch? (we have HEAD for experiments) Your patch doesn't allow me to fix other ext/soap issues, because it completely breaks test suite. Please finish your fix ASAP (also for HEAD) or revert it. Th