Re: [PHP] Call-time pass by reference has deprecated

2001-05-10 Thread Aaron Tuller
ummm, not to be insensitive but that error told you everything you want to know. passing by reference at call time is putting an & in front of a variable. if you want to make it work, either modify your script to not need call time pass by reference (you can change the function declaration t

[PHP] Call-time pass by reference has deprecated

2001-05-10 Thread Mr. Adam ALLEN.
I have just recevied the following error, on version 4.0.3pl1. ( Linux sustain5.cobalt.com ) I have not seen the error while running the same script on version 4.05 (Win32), 4.0RC1, R.0PL1 or 3.0.14 I'm not sure what the error is trying to tell me, or how to fix it (or make the error go away) W