]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 26 Aug 2016 16:51:33 +0000 (18:51 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 26 Aug 2016 16:52:06 +0000 (18:52 +0200)
1  2 
NEWS
ext/opcache/shared_alloc_win32.c

diff --cc NEWS
index 7661933b24bfe5d3335847d241b874d4be51775e,b2f9c4b3a6600a106ffdee1be1e46272c396fb6b..01afde9311899e53925f5504ce5f6f1e4dd2872d
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -24,57 -34,9 +24,59 @@@ PH
  - Intl:
    . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF
      sequence). (cmb)
++- Opcache:
++  . Fixed bug #72949 (Typo in opcache error message). (cmb)
 +
 +- PDO_DBlib:
 +  . Implemented stringify 'uniqueidentifier' fields.
 +    (Alexander Zhuravlev, Adam Baratz)
 +
 +- Reflection:
 +  . Reverted prepending \ for class names. (Trowski)
 +
 +- Standard:
 +  . Fixed bug #72920 (Accessing a private constant using constant() creates
 +    an exception AND warning). (Laruence)
 +
 +- XML:
 +  . Fixed bug #72714 (_xml_startElementHandler() segmentation fault). (cmb)
 +
 +18 Aug 2016, PHP 7.1.0beta3
 +
 +- Core:
 +  . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)
 +  . Fixed bug #72767 (PHP Segfaults when trying to expand an infinite operator).
 +    (Nikita)
 +  . TypeError messages for arg_info type checks will now say "must be ...
 +    or null" where the parameter or return type accepts null. (Andrea)
 +  . Fixed bug #72857 (stream_socket_recvfrom read access violation). (Anatol)
 +  . Fixed bug #72663 (Create an Unexpected Object and Don't Invoke
 +    __wakeup() in Deserialization). (Stas)
 +  . Fixed bug #72681 (PHP Session Data Injection Vulnerability). (Stas)
 +  . Fixed bug #72742 (memory allocator fails to realloc small block to large
 +    one). (Stas)
 +
 +- Bz2:
 +  . Fixed bug #72837 (integer overflow in bzdecompress caused heap
 +    corruption). (Stas)
 +
 +- Curl
 +  . Fixed bug #72674 (Heap overflow in curl_escape). (Stas)
 +
 +- EXIF:
 +  . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi)
 +  . Fixed bug #72627 (Memory Leakage In exif_process_IFD_in_TIFF). (Stas)
 +
 +- FTP:
 +  . Fixed bug #70195 (Cannot upload file using ftp_put to FTPES with
 +    require_ssl_reuse). (Benedict Singer)
 +
 +- mbstring:
 +  . Fixed bug #72711 (`mb_ereg` does not clear the `$regs` parameter on
 +    failure). (ju1ius)
 +
 +- Mcrypt:
 +  . Fixed bug #72782 (Heap Overflow due to integer overflows). (Stas)
  
  - OCI8
    . Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
Simple merge