Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPEverywhere:
Moving to PHP 5.3
Jan 06, 2011 @ 17:57:13

On PHPEverywhere John Lim has posted some of his experiences in his migration up from PHP 5.2 to version 5.3 for his site, including code issues and how he upgraded.

Now that PHP 5.2 is at the end of life, we are starting to migrate to PHP 5.3.

Things he mentions are:

  • The deprecation of session_register
  • The change of creating a new object by reference
  • Other deprecated functions listed here
  • His commands to upgrade his Zend Server instance from 5.2 to 5.3
tagged: upgrade version php5 zendserver migrate

Link:


Trending Topics: