Atención usuarios de PHP 4 - informa PHP.net que la versión 4 de PHP será abandonada. Se recomienda trabajar pensando ya en el PHP 5.
[13-Jul-2007]
Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast, stable & production-ready and as PHP 6 is on the way, PHP 4 will be discontinued.
¿Qué ha cambiado en PHP 5
PHP 5 y el motor integrado Zend 2 han mejorado en gran medida el rendimiento de PHP y sus capacidades, se han tomado medidas para evitar lo más posible romper el código existente. Por lo tanto, migrar tu código desde PHP 4 a 5 debería ser muy fácil. La mayor parte del código PHP 4 debería correr sin modificaciones, pero hay que conocer las pocas diferencias y probar el código antes de cambiar las versiones en entornos de producción.
The PHP development team hereby announces that support for PHP 4 will continue until the end of this year only. After 2007-12-31 there will be no more releases of PHP 4.4. We will continue to make critical security fixes available on a case-by-case basis until 2008-08-08. Please use the rest of this year to make your application suitable to run on PHP 5.
Documentación acerca de la migración de PHP 4 a PHP 5:
fuente: php.net