PHP Release 5.3.27


PHP 5.3.27 Release Announcement

The PHP development team announces the immediate availability of PHP 5.3.27. About 10 bugs were fixed, including a security fix in the XML parser (Bug #65236).

Please Note: This will be the last regular release of the PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP 5.3 series will receive only security fixes for the next year.

For source downloads of PHP 5.3.27 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.3.27 (tar.bz2)
SHA256: e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
PHP 5.3.27 (tar.gz)
SHA256: 5ecd737fc79ad33b5c79a9784c0b4211d211ba682d4d721ac6ce975907a5b12b
Change Logs
core
  • Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC).
  • Fixed bug #64960 (Segfault in gc_zval_possible_root).
  • Fixed bug #64934 (Apache2 TS crash with get_browser()).
  • Fixed bug #63186 (compile failure on netbsd).
datetime
  • Fixed bug #53437 (Crash when using unserialized DatePeriod instance).
pdo_firebird
  • Fixed bug #64037 (Firebird return wrong value for numeric field).
  • Fixed bug #62024 (Cannot insert second row with null using parametrized query).
pdo_pgsql
  • Fixed bug #64949 (Buffer overflow in _pdo_pgsql_error).
pgsql
  • Fixed bug #64609 (pg_convert enum type support).
spl
  • Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems).
xml
  • Fixed bug #65236 (heap corruption in xml parser).
To Top