Log in

View Full Version : Turn on allow_call_time_pass_reference for a single page



borris83
05-07-2009, 05:41 AM
Hi, In my php.ini, allow_call_time_pass_reference is set to off..

Is it possible to turn it on for a single page, that is, in the run time?

Nile
05-07-2009, 11:47 AM
Try ini_set (http://us2.php.net/ini_set).