]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorJoe Watkins <krakjoe@php.net>
Sat, 23 Mar 2019 08:48:04 +0000 (09:48 +0100)
committerJoe Watkins <krakjoe@php.net>
Sat, 23 Mar 2019 08:48:20 +0000 (09:48 +0100)
* PHP-7.2:
  fix bug #76801: phpdbg too many open files error

1  2 
NEWS

diff --cc NEWS
index 30a0b19ea82ee0937b9930304491ae5b9fe8235a,d2e5043518599c74a368a285285c8f6d65bbe840..9f3dd9916a912616d78249d37fa1d32d3b762ad5
--- 1/NEWS
--- 2/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)