<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18876">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I'm using vtigercrm 5.10 RC on a wamp system 
(apache 2.11, php 5.2.8, mysql 5.1.30).</FONT></DIV>
<DIV><FONT size=2 face=Arial>If I don't write :</FONT></DIV>
<DIV><FONT size=2 face=Arial>allow_call_time_pass_reference = On</FONT></DIV>
<DIV><FONT size=2 face=Arial>on my php.ini</FONT></DIV>
<DIV><FONT size=2 face=Arial>I got this kind of erros :</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV>Call-time pass-by-reference has been deprecated; If you would like to pass 
it by reference, modify the declaration of saveInventoryProductDetails(). If you 
would like to enable call-time pass-by-reference, you can set 
allow_call_time_pass_reference to true in your INI file in <B>C:\Program 
Files\wamp\www\vtigercrm\modules\SalesOrder\SalesOrder.php</B> on line 
<B>134</B></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV>Well... Is there any patch for <SPAN class=searchword4>deprecated</SPAN> 
<SPAN class=searchword1>pass-by-reference available 
somewhere&nbsp;?</SPAN></DIV>
<DIV><SPAN class=searchword1>Because putting <FONT size=2 
face=Arial>allow_call_time_pass_reference to off in php.ini solves this problem, 
but it's not nice coding !!!!</FONT></SPAN></DIV></BODY></HTML>