summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-04-25 13:59:20 +0200
committerAnatol Belski <ab@php.net>2017-04-25 13:59:20 +0200
commit6aac86ec2953bb8348fa38f633d70c9f33cd4f91 (patch)
tree07b4e74c1503ac79cbc616524f736a8df7fbbb33
parentcda7dcf4cacef3346f9dc2a4dc947e6a74769259 (diff)
downloadphp-git-6aac86ec2953bb8348fa38f633d70c9f33cd4f91.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 185a85d8bd..348666728b 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,10 @@ PHP NEWS
(Sebastian Bergmann)
. Fixed bug #72071 (setcookie allows max-age to be negative). (Craig Duncan)
+- Streams:
+ . Fixed bug #74429 (Remote socket URI with unique persistence identifier
+ broken). (Sara)
+
- SQLite3:
. Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions).
(krakjoe)