]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorAndrea Faulds <ajf@ajf.me>
Sat, 19 Aug 2017 19:38:02 +0000 (20:38 +0100)
committerAndrea Faulds <ajf@ajf.me>
Sat, 19 Aug 2017 19:38:02 +0000 (20:38 +0100)
1  2 
NEWS
ext/standard/dns.c

diff --cc NEWS
index ffe7990792cda33094bc7a9cfc2ab7a2d03c5189,052e9a78cbd737ab19d47e3e4a6a19e337ef4d6f..7b141bb1770d7012e99019451928191636ef44da
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -8,58 -8,16 +8,61 @@@ PH
  - CURL:
    . Fixed bug #75093 (OpenSSL support not detected). (Remi)
  
 -31 Aug 2017, PHP 7.1.9
 +- PCRE:
 +  . Fixed bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after
 +    first input string). (Dmitry)
 +
+ - Standard:
+   . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea)
 +17 Aug 2017, PHP 7.2.0beta3
 +
 +- Core:
 +  . Fixed bug #75063 (Main CWD initialized with wrong codepage). (Anatol)
 +
 +- Date:
 +  . Fixed bugĀ #75002 (Null Pointer Dereference in timelib_time_clone). (Derick)
 +
 +- FTP:
 +  . Added ftp_append() function. (blar)
 +
 +- Mbstring:
 +  . Fixed bug #75001 (Wrong reflection on mb_eregi_replace). (Fabien
 +    Villepinte)
 +
 +- SQLite3:
 +  . Updated to SQLite 3.20.0. (cmb)
 +
 +- SPL:
 +  . Fixed bug #75049 (spl_autoload_unregister can't handle
 +    spl_autoload_functions results). (Laruence)
 +  . Added spl_object_id(). (Tyson Andre)
 +
 +- Standard:
 +  . Fixed bug #75075 (unpack with X* causes infinity loop). (Laruence)
 +  . Fixed bug #74103 (heap-use-after-free when unserializing invalid array
 +    size). (Nikita)
 +  . Fixed bug #75054 (A Denial of Service Vulnerability was found when
 +    performing deserialization). (Nikita)
 +
 +- WDDX:
 +  . Fixed bug #73793 (WDDX uses wrong decimal seperator). (cmb)
 +
 +- XMLRPC:
 +  . Fixed bug #74975 (Incorrect xmlrpc serialization for classes with declared
 +    properties). (blar)
 +
 +03 Aug 2017, PHP 7.2.0beta2
  
  - Core:
 +  . Implemented FR #74963 (Improved error message on fetching property of
 +    non-object). (Laruence)
    . Fixed bug #74947 (Segfault in scanner on INF number). (Laruence)
    . Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob)
 -  . Fixed bug #74725 (html_errors=1 breaks unhandled exceptions). (Andrea)
 -  . Fixed bug #75063 (Main CWD initialized with wrong codepage). (Anatol)
 +
 +- CLI:
 +  . Fixed bug #74979 (Interactive shell opening instead of script execution
 +    with -f flag). (Anatol)
  
  - cURL:
    . Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
Simple merge