if you want to know how how to allow_call_time_pass_reference its easy,

all you have to do is edit your php.ini file

open your php.ini file and edit where you see this:

allow_call_time_pass_reference = Off


now change it to:

allow_call_time_pass_reference = On


thats it