What does this reference to:
allow_call_time_pass_reference
Right now, I have it on false. Is there any effects if I make it true? Anyone know what this is used for?
tribby
08-16-2001, 03:46 PM
All I know is that it's deprecated, so you might as well leave it turned off and make sure your scripts can work without it...
Jeremy
Hmm, it's just that one of my friends are trying to test his script but he can't use it because this function is off. Is there anything wrong with turning it on?
tribby
08-17-2001, 01:17 PM
The only problem with turning it on is that sometime in the future, there will be a release of PHP which will no longer support it... so turning it on is fine for now, but you're going to have to find a way to not use it eventually because it wont be supported forever
-Jeremy
Thats correct!
Originally posted by tribby
The only problem with turning it on is that sometime in the future, there will be a release of PHP which will no longer support it... so turning it on is fine for now, but you're going to have to find a way to not use it eventually because it wont be supported forever
-Jeremy