Après 6 release candidate, PHP 5.2.0 est enfin disponible au grand public. Cette version corrige près de 200 buGs et apporte son fleau de faille de sécurité corrigé. Cette version est à considérer comme LA version de PHP 5 à utiliser. Elle rend, par la même occasion, la branche 5.1 obsolète.
Les nouvelles fonctionnalités (en anglais) :
- New memory manager for the Zend Engine with improved performance and a more accurate memory usage tracking.
- Input filtering extension was added and enabled by default.
- JSON extension was added and enabled by default.
- ZIP extension for creating and editing zip files was introduced.
- Hooks for tracking file upload progress were introduced.
- Introduced E_RECOVERABLE_ERROR error mode.
- Introduced DateTime and DateTimeZone objects with methods to manipulate date/time information.
- Upgraded bundled SQLite, PCRE libraries.
- Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows installations.
Vous pouvez voir un détail du changelog et son téléchargement sur php.net.