Re: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response

2007-11-19 Thread Alexey Zakhlestin
imho, exceptions are preferrable in a lot of php's functions… but core php programmers are usually against exceptions if it is not an error of object-constructor On 11/19/07, nick loeve <[EMAIL PROTECTED]> wrote: > Hello, > > I see that the bug was marked fixed in 5.2.5, and that a HTTP 500 > resp

Re: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response

2007-11-19 Thread Lukas Kahwe Smith
On 19.11.2007, at 16:26, nick loeve wrote: On Nov 19, 2007 4:21 PM, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote: imho, exceptions are preferrable in a lot of php's functions… but core php programmers are usually against exceptions if it is not an error of object-constructor Well in this cas

Re: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response

2007-11-19 Thread nick loeve
On Nov 19, 2007 4:21 PM, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote: > imho, exceptions are preferrable in a lot of php's functions… > but core php programmers are usually against exceptions if it is not > an error of object-constructor > Well in this case the constructor to the SoapClient class