Re: [PHP-DEV] SOAP's __call

2004-09-10 Thread Marcus Boerger
Hello Dmitry, Thursday, September 9, 2004, 7:39:03 PM, you wrote: > Hi Marcus, > May be it make sence, but I am not sure with you. > At first, if you think __call()/__get()/__set() mast conform to uniform > prototypes and extension will define methods with another prototypes then > PHP should n

RE: [PHP-DEV] SOAP's __call

2004-09-09 Thread Dmitry Stogov
age- > From: Marcus Boerger [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 21:04 > To: Dmitry Stogov > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] SOAP's __call > > > Hello Dmitry, > > Thursday, September 9, 2004, 5:59:11 PM, you wrote: >

Re: [PHP-DEV] SOAP's __call

2004-09-09 Thread Marcus Boerger
Hello Dmitry, Thursday, September 9, 2004, 5:59:11 PM, you wrote: > Hi Marcus, > Can you explain for what reason you changed prototype of the > SoapClient::__call? > This broke receiving of SOAP headers. __call() is an engine feature that requires either three (PHP 4) or exactly 2 (PHP 5) param

RE: [PHP-DEV] SOAP's __call

2004-09-09 Thread Dmitry Stogov
Hi Marcus, Can you explain for what reason you changed prototype of the SoapClient::__call? This broke receiving of SOAP headers. Dmitry. > -Original Message- > From: Marcus Boerger [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 14:22 > To: Dmitry Stogov; [EMAIL PROTECTE