PHP Release 5.3.20


PHP 5.3.20 Release Announcement

The PHP development team announces the immediate availability of PHP 5.3.20. About 15 bugs were fixed. Please note that the PHP 5.3 series will enter an end of life cycle and receive only critical fixes as of March 2013. All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.20 is recommended for those wishing to remain on the 5.3 series.

For source downloads of PHP 5.3.20 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 #63635 (Segfault in gc_collect_cycles).
  • Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes from value).
  • Fixed bug #63468 (wrong called method as callback with inheritance).
core
  • Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created).
  • Fixed bug #63377 (Segfault on output buffer).
apache2 handler sapi
  • Enabled Apache 2.4 configure option for Windows
date
  • Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
fileinfo
  • Fixed bug #63248 (Load multiple magic files from a directory under Windows).
  • Fixed bug #63590 (Different results in TS and NTS under Windows).
fpm
  • Fixed bug #63581 (Possible null dereference and buffer overflow).
imap
  • Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array).
mysqlnd
  • Fixed bug #63398 (Segfault when polling closed link).
reflection
  • Fixed Bug #63614 (Fatal error on Reflection).
  • SOAP
  • Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
To Top