PHP Release 5.3.26


PHP 5.3.26 Release Announcement

The PHP development team announces the immediate availability of PHP 5.3.25. About 6 bugs were fixed, including CVE 2013-2110. All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.26 is recommended for those wishing to remain on the 5.3 series.

For source downloads of PHP 5.3.26 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 #64879 (Heap based buffer overflow in quoted_printable_encode, CVE 2013-2110).
calendar
  • Fixed bug #64895 (Integer overflow in SndToJewish).
fpm
  • Fixed some possible memory or resource leaks and possible null dereference detected by code coverity scan.
  • Log a warning when a syscall fails.
mysqli
  • Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed).
  • Phar
  • Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or with non std tmp dir).
streams
  • Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() on Windows x64).
zend engine
  • Fixed bug #64821 (Custom Exception crash when internal properties overridden).
To Top