summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-03-25 16:41:21 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-03-25 16:41:21 +0100
commit85095dfd0956bc09f5157211948c40cfa2859d27 (patch)
tree6e55ec0ec15bd463dd477c84c59d7f605edf1a8b /NEWS
parentb8b880932e95ff1e575a04a6988bc0cf00b89842 (diff)
downloadphp-git-85095dfd0956bc09f5157211948c40cfa2859d27.tar.gz
Fixed bug #72175
Make sure we don't close the connection we're trying to reuse...
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d2e5043518..8165400d84 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2019, PHP 7.2.18
+- interbase:
+ . Fixed bug #72175 (Impossibility of creating multiple connections to
+ Interbase with php 7.x). (Nikita)
+
- phpdbg:
. Fixed bug #76801 (too many open files). (alekitto)