PHP Release 5.3.18


PHP 5.3.18 Release Announcement

The PHP development team announces the immediate availability of PHP 5.3.18. About 10 bugs were fixed. All users of PHP are encouraged to upgrade to PHP 5.4.8. Alternatively, PHP 5.3.18 is recommended for those wishing to remain on the 5.3 series.

For source downloads of PHP 5.3.18 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
core
  • Fixed bug #63111 (is_callable() lies for abstract static method).
  • Fixed bug #63093 (Segfault while load extension failed in zts-build).
  • Fixed bug #62976 (Notice: could not be converted to int when comparing some builtin classes).
  • Fixed bug #61767 (Shutdown functions not called in certain error situation).
  • Fixed bug #61442 (exception threw in __autoload can not be catched).
  • Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
curl
  • Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will cause cpu Soaring).
fpm
  • Fixed bug #62954 (startup problems fpm / php-fpm).
  • Fixed bug #62886 (PHP-FPM may segfault/hang on startup).
  • Fixed bug #63085 (Systemd integration and daemonize).
  • Fixed bug #62947 (Unneccesary warnings on FPM).
  • Fixed bug #62887 (Only /status?plain&full gives "last request cpu").
  • Fixed bug #62216 (Add PID to php-fpm init.d script).
intl
  • Fix bug #62915 (defective cloning in several intl classes).
oci8
  • Fixed bug #60901 (Improve "tail" syntax for AIX installation)
  • SOAP
  • Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
spl
  • Bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables).
To Top