I'm trying to create a php config file in the document root. I want to specify in it allow_call_time_pass_reference= On. Can some 1 help me?
The function you might be looking for is ini_set?
- When in doubt, refer to the PHP manual.