So I needed to upgrade our MySQL server to something a little more modern. We were running 5.1 and we're now at 5.5. In the process I upgraded PHP to 5.4 which is the current stable release of PHP.
Took me about 10 hours to sort out all the problems with our system but the long and short of it is that if you use any variables that push the value back up to the original reference like this &$var1 your program will fail to load.
This method has been REMOVED. It was DEPRECATED in 5.3.
Make sure you check your scripts before upgrading to 5.4!!!!
Took me about 10 hours to sort out all the problems with our system but the long and short of it is that if you use any variables that push the value back up to the original reference like this &$var1 your program will fail to load.
This method has been REMOVED. It was DEPRECATED in 5.3.
Make sure you check your scripts before upgrading to 5.4!!!!