After installation, I get this message when browsing any page in my Drupal website: "Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\drupal6\sites\all\modules\soapclient\nusoap\nusoap.php". The message appears always on top, right below the admin_menu.

My website is running PHP Version 5.3.0. and I am over a Windows install. Please, tell me if you need further information on my system configuration. This is the first time I ever report a bug in Drupal, so I am sorry if I am doing anything wrong. Before opening this ticket, I checked all the open requests but none of them had to do with this topic. Thanks.

Comments

mabho’s picture

Title: Dprecated code for PHP 5 » Deprecated code for PHP 5
tyjamessmith’s picture

In PHP 5.3 SoapClient was changed to only accept a single argument. I figured I would add it here as it is related to changes needed with PHP 5 though not related to the nusoap client it is in the code.

13rac1’s picture

Status: Needs review » Closed (fixed)

Please use the dev version.

13rac1’s picture

Issue tags: -php5.3 deprecated