I'm using PHPlib for session management. Locally I have PHP 4.0.5 running with Phplib running fine.
My ISP has PHP 4.1.2 and I get the following warnings!
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of runtime function name. 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. However, future versions may not support this any longer. in /home/sites/site200/web/include/session.inc on line 261
Apparently this feature has been deprecated since PHP 4.1.2, is there a workaround? I don't want to start playing about with the session classes if I don't have too!
thanks