December 2005
Moving Legacy PHP4 apps to PHP 5.1 | PHP Everywhere
by nhoizey (via)Today, started to test moving some of our PHP4 apps to PHP5.1.1. Some of this code was written for PHP 4.0.6, over 3 years ago. The migration so far has been relatively painless. Here are some of the problems we encountered.
August 2005
What's New in PHP 5
by nhoizey (via)This book covers PHP 5 and its new features in great detail. However, for those of you familiar with PHP 4, and are eager to know what is new in PHP 5, then this chapter is for you.
Transition du XSL de PHP4 xslt à PHP5 xsl
by nhoizey (via)Lors de l'évolution de PHP4 à PHP5, un certain nombre de modifications sont nécessaires dans les scripts. En PHP4, pour gérer du XSL, il fallait utiliser l'extension xslt, qui était expérimentale. En PHP5, cette extension a été remplacée par l'extension xsl, toujours expérimentale.
1
(3 marks)