[phplib] Call Time Pass By Reference PROBLEM. From: Matt Friedman (matt <email protected>)
Date: 01/15/01

I just set up phplib on a server with php4.0.4 running.
I'm getting all these warnings from the session class.

Can I just add an "@" to the argument call in the function???

Any word on how to fix this or update the class, please let me know.

Thanks, matt

Here are the 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
/adm/vhosts/theparentreport.com/www/phplib/session.inc on line 273

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
/adm/vhosts/theparentreport.com/www/phplib/session.inc on line 304

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
/adm/vhosts/theparentreport.com/www/phplib/session.inc on line 305

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
/adm/vhosts/theparentreport.com/www/phplib/session.inc on line 311

Matt Friedman

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>