PHP Release 5.3.21


PHP 5.3.21 Release Announcement

The PHP development team announces the immediate availability of PHP 5.3.21. About 5 bugs were fixed All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.21 is recommended for those wishing to remain on the 5.3 series.

For source downloads of PHP 5.3.21 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
Change Logs
zend engine
  • Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
curl extension
  • Fixed bug (segfault due to libcurl connection caching).
  • Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST).
  • Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers).
  • Fixed bug #55438 (Curlwapper is not sending http header randomly).
To Top