PHP Release 5.4.33


PHP 5.4.33 Release Announcement

The PHP development team announces the immediate availability of PHP 5.4.33. 10 bugs were fixed in this release. All PHP 5.4 users are encouraged to upgrade to this version.

This release is the last planned release that contains regular bugfixes. All the consequent releases will contain only security-relevant fixes, for the term of one year. PHP 5.4 users that need further bugfixes are encouraged to upgrade to PHP 5.6 or PHP 5.5.

For source downloads of PHP 5.4.33 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 5.4.33 (tar.bz2)
SHA256: 1a75b2d0835e74b8886cd3980d9598a0e06691441bb7f91d19b74c2278e40bb5
PHP 5.4.33 (tar.gz)
SHA256: 74e542dd2f15ebbc123738a71e867d57d2996a6edb40e6ac62fcf5ab85763d19
Change Logs
core
  • Fixed bug #47358 (glob returns error, should be empty array()).
  • Fixed bug #65463 (SIGSEGV during zend_shutdown()).
  • Fixed bug #66036 (Crash on SIGTERM in apache process).
openssl
  • Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
date
  • Fixed bug #66091 (memory leaks in DateTime constructor).
fpm
  • Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken).
gd
  • Made fontFetch's path parser thread-safe.
wddx
  • Fixed bug #67873 (Segfaults in php_wddx_serialize_var).
zlib
  • Fixed bug #67724 (chained zlib filters silently fail with large amounts of data).
  • Fixed bug #67865 (internal corruption phar error).
To Top