summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2015-02-03 19:45:20 +0900
committerYasuo Ohgaki <yohgaki@php.net>2015-02-03 19:45:20 +0900
commit539fd6591591c78692848387210dcabb76b163f8 (patch)
tree6f4855e39f5a975f4ec1756e900bfd3f7c9e9b20
parentf8a8ccaba2b6c025b686fab60c6e4a1601d81e62 (diff)
downloadphp-git-539fd6591591c78692848387210dcabb76b163f8.tar.gz
Update NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cccb8c1694..d2b70a77c1 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,9 @@ PHP NEWS
- Phar:
. Fixed bug #68901 (use after free). (bugreports at internot dot info)
+- Pgsql:
+ . Fixed Bug #65199 'pg_copy_from() modifies input array variable). (Yasuo)
+
- Sqlite3:
. Fixed bug #68260 (SQLite3Result::fetchArray declares wrong
required_num_args). (Julien)
@@ -55,6 +58,8 @@ PHP NEWS
- Session:
. Fixed bug #68941 (mod_files.sh is a bash-script) (bugzilla at ii.nl, Yasuo)
+ . Fixed Bug #66623 (no EINTR check on flock) (Yasuo)
+ . Fixed bug #68063 (Empty session IDs do still start sessions) (Yasuo)
- Standard:
. Fixed bug #65272 (flock() out parameter not set correctly in windows).