com php-src: [ci skip] update NEWS: NEWS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6aac86ec2953bb8348fa38f633d70c9f33cd4f91 Author: Anatol Belski <[email protected]> Tue, 25 Apr 2017 13:59:20 +0200 Parents: cda7dcf4cacef3346f9dc2a4dc947e6a74769259 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6aac86ec2953bb8348fa38f633d70c9f33cd4f91 Log: [ci skip] update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 185a85d..3486667 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)