[phpxmlrpc] Getting deprecated errors

2006-03-06 Thread Jip Hogenboom
Hello, Im currently using the xml-rpc client supplied by usefulinc and my php-error log is getting full with the following two deprecated errors on different lines... [Mon Mar  6 14:19:21 2006] [error] : Assigning the return value of new by reference is deprecated occured in /var/opt/www/lib/xmlrp

RE: [phpxmlrpc] Getting deprecated errors

2006-03-06 Thread Gaetano Giunta
Sorry, but you will need to lower your error reporting level to E_ALL ^ E_STRICT The current version of the lib is geared towards PHP 4, and as such will raise a lot of STRICT errors in PHP 5.   There is not a lot of chance of breakage if you do the following: - replace all occurr