Hi!
I have a problem. In the php.ini on my host is:
allow_call_time_pass_reference = Off
Thus I get a warning like that, when I start the phplib example:
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/********/php/session.inc on line 262
The same is true for every line in session.inc with a call to serialize().
So how could I solve that problem?
Has my php admin to set that allow_call_time_pass_reference = On ?
Please help, don't know what to do anymore...
Bye Slavomir
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I have a problem. In the php.ini on my host is:
allow_call_time_pass_reference = Off
Thus I get a warning like that, when I start the phplib example:
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/********/php/session.inc on line 262
The same is true for every line in session.inc with a call to serialize().
So how could I solve that problem?
Has my php admin to set that allow_call_time_pass_reference = On ?
Please help, don't know what to do anymore...
Bye Slavomir