PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016 PHP 7.0.12
+?? ??? 2016, PHP 7.1.0RC3
+
+- 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)
+
++- 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).