![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2009-01-29 18:01:05 -
In reply to message 1 from Moisey Oysgelt
Those warnings are undue because they are about variables passed by reference to functions that are going to set those variables. So the variables do not need to be set before in the calling function.
You are probably getting these warnings because you have E_STRICT option enabled, as it alarms of things that are never a problem but they confuse developers.