[phplib] php.ini: allow_call_time_pass_reference From: Stefan Jösch (sj <email protected>)
Date: 05/15/01

I upgraded my PHP from version 4.0.1 to 4.0.5 and suddenly got an error
message in front of every php script:

-------------------------------------------------------------------
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/home/web/phplib/session.inc on line 262
--------------------------------------------------------------------

So I turned allow_call_time_pass_reference on in php.ini, and now no more
error messages appear.

But php.ini says, that this value is depreciated and maybe in future versions
of PHP no longer supported.

Any Solutions for changing code in PHPLIB, so that I can turn off this value
in php.ini?

Thanks in advance,
              Stefan

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