I get this Error on php5.1.4 if
allow_call_time_pass_reference = Off
in the php.ini file
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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. However, future versions may not support this any longer. in c:\Program Files\Apache Group\Apache2\htdocs\phpreports\PHPReportMaker.php(273) : eval()'d code on line 136
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of array_push(). 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. However, future versions may not support this any longer. in c:\Program Files\Apache Group\Apache2\htdocs\phpreports\php\PHPReportRow.php on line 13