<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o = "urn:schemas-microsoft-com:office:office"><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">


<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006>Sorry, 
but you will need to lower your error reporting level to <SPAN class=html><FONT 
face="Courier New" color=#000000 size=3>E_ALL ^ 
E_STRICT</FONT></SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html>The current version of the lib is geared towards PHP 4, and as such 
will raise a lot of STRICT errors in PHP 5.</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html></SPAN></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html>There is not a lot of chance of breakage if you do the 
following:</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html>- replace all occurrences of '=&amp; new' with '= 
new'</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html>- replace all occurrences of 'is_a' with 
'instanceof'</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html>- replace all declararion of object members that use 'var' with 
'public'</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html>but you must be willing to keep this branch updated on your 
own...</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html></SPAN></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html>Hope it helps</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html>Gaetano</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=407350414-06032006><SPAN 
class=html></SPAN></SPAN></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> 
  phpxmlrpc-bounces@lists.usefulinc.com 
  [mailto:phpxmlrpc-bounces@lists.usefulinc.com]<B>On Behalf Of </B>Jip 
  Hogenboom<BR><B>Sent:</B> Monday, March 06, 2006 2:37 PM<BR><B>To:</B> 
  phpxmlrpc@lists.usefulinc.com<BR><B>Subject:</B> [phpxmlrpc] Getting 
  deprecated errors<BR><BR></FONT></DIV>
  <DIV>
  <P>Hello,</P>
  <P>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... </P>
  <P>[Mon Mar&nbsp; 6 14:19:21 2006] [error] : Assigning the return value of new 
  by reference is deprecated occured in /var/opt/www/lib/xmlrpc.inc.php on line 
  3382<BR><BR>= This code:&nbsp; $msg =&amp; new 
  xmlrpcmsg('system.methodSignature');<BR></P>
  <P>[Mon Mar&nbsp; 6 14:19:21 2006] [error] : is_a(): Deprecated. Please use 
  the instanceof operator occured in /var/opt/www/liib/xmlrpc.inc.php on line 
  1948<BR><BR>= This code:&nbsp;&nbsp;if(is_object($par) &amp;&amp; is_a($par, 
  'xmlrpcval'))<BR><BR></P>
  <P><BR>Is there any easy way this can be fixed? I know removing the &amp; will 
  work, but it might be a problem with more complex operations?.. I couldnt find 
  anything about this elsewhere..</P>
  <P>Thanks in advance!</P>
  <P>Jip Hogenboom<BR></P>
  <DIV>
  <P class=MsoNormal 
  style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">DISCLAIMER: Berichten via 
  e-mail en hun bijlage(n) zijn mogelijk vertrouwelijk en/of beschermd door 
  auteursrechten en altijd uitsluitend bedoeld voor de geadresseerde(n). Gebruik 
  van deze informatie door anderen dan de geadresseerde is niet toegestaan. 
  Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van deze 
  informatie aan derden is niet toegestaan. Indien u niet de geadresseerde bent 
  wordt u verzocht de afzender hiervan in kennis te stellen en deze e-mail en de 
  bijlagen te vernietigen.&nbsp;Ik&nbsp;ben niet verantwoordelijk en wijs iedere 
  aansprakelijkheid af voor of in verband met alle gevolgen en/of schade van de 
  verzending, ontvangst en/of inhoud van deze e-mail.&nbsp;Ik betracht de 
  grootst mogelijke zorgvuldigheid bij het voorkomen van virussen in (de 
  bijlage(n) bij) dit bericht, doch aanvaar geen aansprakelijkheid hiervoor. U 
  dient dan ook zelf de bijlage(n) te controleren op de aanwezigheid van 
  virussen.<o:p></o:p></SPAN></P></DIV></DIV></BLOCKQUOTE></BODY></HTML>