PHP Release 7.1.9


PHP 7.1.9 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.9. This is a bugfix release, with several bug fixes included. All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.9 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 7.1.9 (tar.bz2)
SHA256: 314dcc10dfdd7c4443edb4fe1e133a44f2b2a8351be8c9eb6ab9222d45fd9bae
PHP 7.1.9 (tar.gz)
SHA256: 499c31ad19b2ff553ae686ebf53749aa2351af7d955ee9f1986f144089561a4b
PHP 7.1.9 (tar.xz)
SHA256: ec9ca348dd51f19a84dc5d33acfff1fba1f977300604bdac08ed46ae2c281e8c
Change Logs
core
  • Fixed bug #74947 (Segfault in scanner on INF number).
  • Fixed bug #74954 (null deref and segfault in zend_generator_resume()).
  • Fixed bug #74725 (html_errors=1 breaks unhandled exceptions).
  • Fixed bug #75063 (Main CWD initialized with wrong codepage).
  • Fixed bug #75349 (NAN comparison).
curl
  • Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
date
  • Fixed bug #75002 (Null Pointer Dereference in timelib_time_clone).
intl
  • Fixed bug #74993 (Wrong reflection on some locale_* functions).
mbstring
  • Fixed bug #71606 (Segmentation fault mb_strcut with HTML-ENTITIES encoding).
  • Fixed bug #62934 (mb_convert_kana() does not convert iteration marks).
  • Fixed bug #75001 (Wrong reflection on mb_eregi_replace).
mysqli
  • Fixed bug #74968 (PHP crashes when calling mysqli_result::fetch_object with an abstract class).
oci8
  • Expose oci_unregister_taf_callback()
opcache
  • Fixed bug #74980 (Narrowing occurred during type inference).
phar
  • Fixed bug #74991 (include_path has a 4096 char limit in some cases).
reflection
  • Fixed bug #74949 (null pointer dereference in _function_string).
session
  • Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start with "#").
  • Fixed bug #74833 (SID constant created with wrong module number).
simplexml
  • Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces).
spl
  • Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results).
  • Fixed bug #74669 (Unserialize ArrayIterator broken).
  • Fixed bug #74977 (Appending AppendIterator leads to segfault).
  • Fixed bug #75015 (Crash in recursive iterator destructors).
standard
  • Fixed bug #75075 (unpack with X* causes infinity loop).
  • Fixed bug #74103 (heap-use-after-free when unserializing invalid array size).
  • Fixed bug #75054 (A Denial of Service Vulnerability was found when performing deserialization).
wddx
  • Fixed bug #73793 (WDDX uses wrong decimal seperator).
xmlrpc
  • Fixed bug #74975 (Incorrect xmlrpc serialization for classes with declared properties).
To Top