PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016 PHP 7.0.12
+?? ??? 2016, PHP 7.1.0RC3
+
+- COM:
+ . Fixed bug #73126 (Cannot pass parameter 1 by reference). (Anatol)
+ . Fixed bug #69579 (Invalid free in extension trait). (John Boehr)
+
+- GD:
+ . Fixed bug #50194 (imagettftext broken on transparent background w/o
+ alphablending). (cmb)
+ . Fixed bug #73003 (Integer Overflow in gdImageWebpCtx of gd_webp.c). (trylab,
+ cmb)
++ . Fixed bug #53504 (imagettfbbox gives incorrect values for bounding box).
++ (Mark Plomer, cmb)
+
+- JSON:
+ . Fixed bug #73113 (Segfault with throwing JsonSerializable). (julien)
+
+- PCRE:
+ . Fixed bug #73121 (Bundled PCRE doesn't compile because JIT isn't supported
+ on s390). (Anatol)
+
+- Session:
+ . Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).
+ (cmb)
+
+15 Sep 2016, PHP 7.1.0RC2
- Core:
. Fixed bug #73067 (__debugInfo crashes when throwing an exception).