set php allow_call_time_pass_reference in .htaccess
By Jason, 03.30.06 @ 5:00 am :: Apache : PHP
I just spent about an hour trying to figure this out, but when you have a php application that requires call time pass reference to be enabled, you can set in the .htaccess file.
the trick is that you have to set it to “1″ and not “on” as is indicated on the PHP support forums. [...]