PHP Release 5.3.17


PHP 5.3.17 Release Announcement

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

For source downloads of PHP 5.3.17 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 (segfault while build with zts and GOTO vm-kind).
  • Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry).
  • Fixed bug #62763 (register_shutdown_function and extending class).
  • Fixed bug #62744 (dangling pointers made by zend_disable_class).
  • Fixed bug #62716 (munmap() is called with the incorrect length).
  • Fixed bug ##62460 (php binaries installed as binary.dSYM).
curl
  • Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE).
  • Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
  • DateTime:
  • Fixed bug #62852 (Unserialize invalid DateTime causes crash).
  • Fixed bug #62500 (Segfault in DateInterval class when extended).
mysqlnd
  • Fixed bug #62885 (mysqli_poll - Segmentation fault).
pdo
  • Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()).
session
  • Fixed bug (segfault due to retval is not initialized).
spl
  • Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
enchant
  • Fixed bug #62838 (enchant_dict_quick_check() destroys zval, but fails to initialize it). .
To Top