summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-06-01 14:08:32 +0200
committerAnatol Belski <ab@php.net>2016-06-01 14:08:32 +0200
commit51cb58e7092afe794b56e575e3c18ae23d7905ee (patch)
treed28e6545344b6bc7651a7400f0dc6840593ed946
parent79b978db9a9fd129366818968b203d50b983f596 (diff)
downloadphp-git-51cb58e7092afe794b56e575e3c18ae23d7905ee.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0024b00d87..27846d97fb 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ PHP NEWS
- PDO_pgsql:
. Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound).
(Laruence)
+ . Fixed bug #72294 (Segmentation fault/invalid pointer in connection
+ with pgsql_stmt_dtor). (Anatol)
- Phpdbg:
. Fixed bug #72284 (phpdbg fatal errors with coverage). (Bob)