From: Joe Watkins Date: Sat, 23 Mar 2019 08:48:04 +0000 (+0100) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.5RC1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93740a2482d5164cf790d38fae018ce4c58d9225;p=php Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: fix bug #76801: phpdbg too many open files error --- 93740a2482d5164cf790d38fae018ce4c58d9225 diff --cc NEWS index 30a0b19ea8,d2e5043518..9f3dd9916a --- a/NEWS +++ b/NEWS @@@ -1,11 -1,10 +1,14 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2019, PHP 7.2.18 +?? ??? ????, PHP 7.3.5 + +- MySQLi: + . Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd). + (Nikita) + - phpdbg: + . Fixed bug #76801 (too many open files). (alekitto) + - Reflection: . Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). (Nikita)