Yep,
Before PHP 4.0.6 I think, you had to pass variables by reference when you were calling a function, now you just need to specify this in the function declaration.
This is why it started showing up. Also, if your error handling is set to ignore warnings on one if the setups, it wouldn't have shown.
Regards,
Kelvin