Download PHP 5.2.9

Spread the love

PHP is a so-called hypertext preprocessor and is mainly used to generate dynamic content in the HTML markup language server side. The software is often used in combination with the database program Mysql, which serves the dynamic content of websites and forums. The developers have released version 5.2.9 which improves stability and addresses several security issues. The abbreviated announcements of this release are as follows:

PHP 5.2.9 Released!

The PHP development team would like to announce the immediate availability of PHP 5.2.9. This release focuses on improving the stability of the PHP 5.2.x branch with over 50 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.

Security Enhancements and Fixes in PHP 5.2.9:

  • Fixed security issue in imagerotate(), background color isn’t validated correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory (Fixes CVE-2008-5498). (Scott)
  • Fixed a crash on extract in zip when files or directories entry names contain a relative path. (Pierre)
  • Fixed explode() behavior with empty string to respect negative limit. (shire)
  • Fixed a segfault when malformed string is passed to json_decode(). (Scott)

Further details about the PHP 5.2.9 can be found in the release announcement for 5.2.9 the full list of changes is available in the ChangeLog for PHP 5.

Version number 5.2.9
Release status Final
Operating systems Windows NT, Windows 2000, Linux, BSD, Windows XP, macOS, OS/2, Solaris, UNIX, Windows Server 2003, Windows Vista, Windows Server 2008
Website PHP
Download
License type Conditions (GNU/BSD/etc.)
You might also like