"Call-time pass-by-reference" WARNING
Posted: Wed Oct 11, 2006 2:03 am
Hello,
I am just deployinh one SCRIPt, but i got this error.
"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 each(). 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"
I edit the php.ini file and set
'allow_call_time_pass_reference = On' instead of OFF
i do this change at 2 places in php.ini file, because this line is written at two places.
but this i got this error when i run the script.
Any idea that how to recover this????
regards,
Eshban
I am just deployinh one SCRIPt, but i got this error.
"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 each(). 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"
I edit the php.ini file and set
'allow_call_time_pass_reference = On' instead of OFF
i do this change at 2 places in php.ini file, because this line is written at two places.
but this i got this error when i run the script.
Any idea that how to recover this????
regards,
Eshban