I\'m trying to reduce the warnings that are sent to my apache server log.
One warning is:
Call-time pass-by-reference has bee
You can set allow_call_time_pass_reference to true in your php.ini file. But it's a hack.
allow_call_time_pass_reference
true
php.ini