Search found 2 matches

by getgraphics
Tue Jun 29, 2010 11:31 pm
Forum: PHP - Code
Topic: Deprecated: Call-time pass-by-reference
Replies: 5
Views: 5801

Re: Deprecated: Call-time pass-by-reference

Can you please give me one example from these files on how to "go through and find the objects. Then find where they are passed and remove the & before the variable passed and the parameter in the function/method."
by getgraphics
Mon Jun 28, 2010 11:32 pm
Forum: PHP - Code
Topic: Deprecated: Call-time pass-by-reference
Replies: 5
Views: 5801

Deprecated: Call-time pass-by-reference

I am trying to display weather on my site and I am getting many error messages such as: Deprecated: Call-time pass-by-reference has been deprecated in xmllib.php on line 63 How can I fix this? There are 3 files below that are being used 1) weather.php 2) config.php and 3) xmllib.php I am trying to l...