Re: [PHP-DEV] RE: SOAP's ctor's and __call

2004-09-10 Thread Marcus Boerger
Hello Dmitry, Friday, September 10, 2004, 11:07:12 AM, you wrote: > Hi Marcus, > I looked into you ctor's patch and found that it breaks some tests (For > example: ext/soap/tests/transport001.phpt) > I didn't understand what is wrong. :( > I will not apply it now. Well then let's hope MySQLi an

RE: [PHP-DEV] RE: SOAP's ctor's and __call

2004-09-10 Thread Dmitry Stogov
Hi Marcus, I looked into you ctor's patch and found that it breaks some tests (For example: ext/soap/tests/transport001.phpt) I didn't understand what is wrong. :( I will not apply it now. I made alias for __call() with another prototype, so now I have not problems with SOAP headers receiving. T