[PHP-DEV] CVS Account Request: knut

2007-05-18 Thread Knut Urdalen
Documentation and Norwegian translation of the PHP Manual (phpdoc and phpdoc-no) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ext/soap ctor errors

2007-01-08 Thread Knut Urdalen
) { parent::__construct($wsdl, $options); } else { throw new Exception("Parsing WSDL: Couldn't load from '$wsdl'"); } } } to be able to catch that problem as an Exception. Regards, Knut Urdalen Lukas Kahwe Smith wrote: Hi, why do I get warnings when I

[PHP-DEV] Re: [PHP-CVS] Commit freeze is officially over

2009-07-14 Thread Knut Urdalen
Gwynne Raskind wrote: Any other issues, please bring them to my attention. Preferably via email, not IRC :). Are we going to have a similar page like the one for "Anonymous CVS Access" [1] for svn.php.net? Knut [1] http://www.php.net/anoncvs.php -- PHP Internals - PHP Runtime Development Ma

Re: [PHP-DEV] ext/soap ctor errors

2008-07-27 Thread Knut Urdalen
r 5.3? David Am 08.01.2007 um 14:51 schrieb Knut Urdalen: I agree with Lukas here, currently you have to be proactive against the location of the WSDL-file. I currently do like this in my SoapClient's: class MySoapClient extends SoapClient { public function __construct($wsdl ,$optio