[Phplib-users] PHPlib warning message
Brought to you by:
nhruby,
richardarcher
|
From: Martin.Andrew <Mar...@kp...> - 2002-04-11 13:00:32
|
I get the following error messages when loading a page which calls session.inc file I'm using the session.inc version : $Id: session.inc,v 1.7 2001/07/09 15:33:29 chrisj Exp $ Warning message: 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 The ISP is running: PHP Version 4.1.2 Any ideas of how to solve this? Is there a later version of the lib files? |