Yes, you can upgrade to 5.4 directly from 5.2! You just need to ensure that your code is compatible with 5.3 changes and 5.4 changes. The list of backward incompatible changes for these versions are at:
* http://php.net/manual/en/migration53.incompatible.php * http://php.net/manual/en/migration54.incompatible.php A static analyzer like CodeSniffer will help in this process. Thanks, bishop 2015-10-07 13:19 GMT-04:00 Amal Ibrahim <amal.o...@gmail.com>: > Bonjour, > > Est ce que c'est possible de migrer directement d'une version php 5.2 à > celle 5.4 sans passer de la version intermédiaire 5.3 ? > > Cordialement, > Amal >