Quote:
Originally Posted by fris
noticing a lot of issues with php fatal errors with various scripts.
|
Do you have code that looks like this?
Code:
some_function($x, &$y);
function some_function($x, $y) {
... do stuff ...
}
When calling functions, is there a '&' mark in front of the variables you're passing? If so, that's why. It was depreciated as of PHP v5.3, and removed as of PHP v5.4.
__________________
xMarkPro -- Ultimate Blog Network Management
Streamline your marketing operations. Centralize management of domains, pages, Wordpress blogs, sponsors, link codes, media items, sales and traffic statistics, plus more!