Disabled PHP functions?
Posted by: Sakoda
Posted on: 2008-04-02 15:51:00
I don't know much PHP at all, but I've been trying to get a script to work on my server. I get the following error which I believe is the work of DreamHost disabling some PHP functions. Keep in mind I'm using PHP 5.x
In reply to:Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in .../killboard/mods/value_fetch/fetcher.php on line 86
Is the only possible way to get this function to work creating your own php.ini file?