From: Christoph M. Becker Date: Fri, 23 Sep 2016 14:26:54 +0000 (+0200) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0RC3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0a118869590cacdf81948c41d5f56ac3aad9c0d;p=php Merge branch 'PHP-7.0' into PHP-7.1 --- f0a118869590cacdf81948c41d5f56ac3aad9c0d diff --cc NEWS index 9fd74a3a67,b9c1c0fe78..7bd66c9915 --- a/NEWS +++ b/NEWS @@@ -1,29 -1,6 +1,31 @@@ 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).