View Single Post
Old 01-07-2013, 09:41 PM  
Kiopa_Matt
Confirmed User
 
Industry Role:
Join Date: Oct 2007
Posts: 1,448
Quote:
Originally Posted by fris View Post
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!
Kiopa_Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote