]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2'
authorJoe Watkins <krakjoe@php.net>
Mon, 23 Oct 2017 08:07:54 +0000 (09:07 +0100)
committerJoe Watkins <krakjoe@php.net>
Mon, 23 Oct 2017 08:08:12 +0000 (09:08 +0100)
* PHP-7.2:
  Fix bug #75264

1  2 
NEWS

diff --cc NEWS
index e654b29e62f5b9f520b3581b8a8518ae91740a5b,8fa74260b839bda8c113a5387239edf8cf7cc8e0..38af2a6f8388eaef0eddcb620d8279af6f35def4
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,41 -1,33 +1,44 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.2.0RC5
 +?? ??? ????, PHP 7.3.0alpha1
  
  - Core:
 -  . Fixed bug #75368 (mmap/munmap trashing on unlucky allocations). (Nikita,
 -    Dmitry)
 +  . Redesigned the old ext_skel program written in PHP, run: 
 +    'php ext_skel.php' for all options. This means there is no dependencies 
 +    thrus making it work on Windows out of the box. (Kalle)
 +  . Removed support for BeOS. (Kalle)
 +  . Fixed bug #75031 (support append mode in temp/memory streams). (adsr)
 +  . Fixed bug #74860 (Uncaught exceptions not being formatted properly when
 +    error_log set to "syslog"). (Philip Prindeville)
 +  . Fixed bug #75220 (Segfault when calling is_callable on parent). 
 +    (andrewnester)
  
 -- CLI:
 -  . Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown
 -    function). (Laruence)
 +- BCMath:
 +  . Fixed bug #66364 (BCMath bcmul ignores scale parameter). (cmb)
 +      . Implemented request #67855 (No way to get current scale in use). (Chris
 +        Wright, cmb)
 +  . Fixed bug #75164 (split_bc_num() is pointless). (cmb)
 +  . Fixed bug #75169 (BCMath errors/warnings bypass PHP's error handling). (cmb)
 +
 +- Date:
 +  . Implemented FR #74668: Add DateTime::createFromImmutable() method.
 +    (majkl578, Rican7)
 +  . Fixed bug #75222 (DateInterval microseconds property always 0). (jhdxr)
  
 -- Enchant:
 -  . Fixed bug #53070 (enchant_broker_get_path crashes if no path is set). (jelle
 -    van der Waa, cmb)
 -  . Fixed bug #75365 (Enchant still reports version 1.1.0). (cmb)
+ - DBA:
+   . Fixed bug #75264 (compiler warnings emitted). (petk)
 +- cURL:
 +  . Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
 +    (cebe)
  
 -- Exif:
 -  . Fixed bug #75301 (Exif extension has built in revision version). (Peter
 -    Kokot)
 +- GD:
 +  . Added support for WebP in imagecreatefromstring() (Andreas Treichel, cmb).
  
 -- Fileinfo:
 -  . Upgrade bundled libmagic to 5.31. (Anatol)
 +- GMP:
 +  . Export internal structures and accessor helpers for GMP object. (Sara)
  
 -- Intl:
 -  . Fixed bug #75378 ([REGRESSION] IntlDateFormatter::parse() does not change
 -    $position argument). (Laruence)
 +- intl:
    . Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead 
      of destination). (andrewnester)