]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 10 Oct 2017 11:59:09 +0000 (13:59 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 10 Oct 2017 11:59:28 +0000 (13:59 +0200)
* PHP-7.1:
  [ci skip] Add NEWS entry for bug #75349

1  2 
NEWS

diff --cc NEWS
index cee8288c7290e22be65dcbf7f7eda10662ef8f37,2748bf76ab9311f238e143186bcff09d70f30a1f..8ec24e7a4614a0ed17334a281ef1e8411dd4968c
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -114,97 -87,17 +114,98 @@@ PH
  
  - Standard:
    . Fixed bug #75152 (signed integer overflow in parse_iv). (Laruence)
 +  . Fixed bug #75170 (mt_rand() bias on 64-bit machines). (Nikita)
 +
 +- ZIP:
 +  . Fixed bug #75143 (new method setEncryptionName() seems not to exist
 +    in ZipArchive). (Anatol)
 +
 +31 Aug 2017, PHP 7.2.0RC1
 +
 +- Core:
 +  . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)
 +
 +- CURL:
 +  . Fixed bug #75093 (OpenSSL support not detected). (Remi)
 +  . Better fix for #74125 (use pkg-config instead of curl-config). (Remi)
 +
 +- GD:
 +  . Fixed bug #75111 (Memory disclosure or DoS via crafted .bmp image). (cmb)
 +  . Fixed bug #75124 (gdImageGrayScale() may produce colors). (cmb)
 +
 +- Intl:
 +  . Fixed bug #75090 (IntlGregorianCalendar doesn't have constants from parent
 +    class). (tpunt)
 +
 +- PCRE:
 +  . Fixed bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after
 +    first input string). (Dmitry)
 +
 +- PDO_OCI:
 +  . Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized
 +    before PHP-FPM sets it up). (Ingmar Runge)
 +
 +- SQLite3:
 +  . Update to Sqlite 3.20.1. (cmb)
 +
 +- Standard:
    . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea)
  
 -31 Aug 2017, PHP 7.1.9
 +17 Aug 2017, PHP 7.2.0beta3
 +
 +- Core:
 +  . Fixed bug #75063 (Main CWD initialized with wrong codepage). (Anatol)
 +  . Fixed bug #74725 (html_errors=1 breaks unhandled exceptions). (Andrea)
 +
 +- Date:
 +  . Fixed bugĀ #75002 (Null Pointer Dereference in timelib_time_clone). (Derick)
 +
 +- FTP:
 +  . Added ftp_append() function. (blar)
 +
 +- JSON:
 +  . Fixed bug #75185 (Buffer overflow in json_decode() with
 +    JSON_INVALID_UTF8_IGNORE or JSON_INVALID). (Jakub Zelenka)
 +
 +- 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)
+   . Fixed bug #75349 (NAN comparison). (Sara)
  
 +- 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).
      (cebe)