From ee015bd969f918e37a3f6f77761d4b8fc11e99d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Moussa=20NOMBR=C3=89?= Date: Thu, 28 Jun 2012 09:56:12 -0400 Subject: [PATCH] =?utf8?q?Apr=C3=A8s=20la=20mise=20=C3=A0=20jour=20Squeeze,=20?= =?utf8?q?bug=20php=20:?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit PHP Error (Deprecated) in file '/srv/www/bulletin.auf.org/lodel-0.9/scripts/nusoap.php' on line 5297 : Assigning the return value of new by reference is deprecated --- lodel-0.9/scripts/nusoap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodel-0.9/scripts/nusoap.php b/lodel-0.9/scripts/nusoap.php index a117873..906277d 100644 --- a/lodel-0.9/scripts/nusoap.php +++ b/lodel-0.9/scripts/nusoap.php @@ -5294,7 +5294,7 @@ class mysoapclient extends nusoap_base { // instantiate wsdl object and parse wsdl file $this->debug('instantiating wsdl class with doc: '.$endpoint); - $this->wsdl =& new wsdl($this->wsdlFile,$this->proxyhost,$this->proxyport,$this->proxyusername,$this->proxypassword,$this->timeout,$this->response_timeout); + $this->wsdl = new wsdl($this->wsdlFile,$this->proxyhost,$this->proxyport,$this->proxyusername,$this->proxypassword,$this->timeout,$this->response_timeout); } $this->appendDebug($this->wsdl->getDebug()); $this->wsdl->clearDebug(); -- 1.7.10.4