PHP Release 5.3.22


PHP 5.3.22 Release Announcement

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

For source downloads of PHP 5.3.22 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 #64099 (Wrong TSRM usage in zend_Register_class alias).
  • Fixed bug #63899 (Use after scope error in zend_compile).
  • Core
  • Fixed bug #63943 (Bad warning text from strpos() on empty needle).
date
  • Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
fpm
  • Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11).
  • SOAP
  • Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635).
  • Disabled external entities loading (CVE-2013-1643).
spl
  • Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
To Top