summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeyur <kgovande@etsy.com>2016-08-09 17:29:36 +0000
committerKeyur <kgovande@etsy.com>2016-08-09 17:29:36 +0000
commitbb955ec9372b7abe1d68def3acd80b41870f0af3 (patch)
treec47fdd8cbcd8dc7199e879c0fc3c5b88850643dd
parent2b7715b925c17aaeb6e132a7ce71453f315f2fd1 (diff)
downloadphp-git-bb955ec9372b7abe1d68def3acd80b41870f0af3.tar.gz
Add NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8925cf8287..92cc7ce517 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ PHP NEWS
- PDO:
. Fixed bug #72788 (Invalid memory access when using persistent PDO
connection). (Keyur)
+ . Fixed bug #72791 (Memory leak in PDO persistent connection handling). (Keyur)
- Session:
. Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita)