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
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
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
) {
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