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)