summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-01-29 00:01:13 +0800
committerXinchen Hui <laruence@php.net>2015-01-29 00:01:13 +0800
commitc06f1590a9c48ddd836f3b6cd127759154dca050 (patch)
tree8ba51b3a99d86420cdeebdbba8d75bb40620bb9c
parent5208113ad12ef3c38d381721bf0a739f030aff03 (diff)
downloadphp-git-c06f1590a9c48ddd836f3b6cd127759154dca050.tar.gz
Update News
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 20c1a55cd4..5674921d5d 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,9 @@
. Fixed bug #68750 (PDOMysql with mysqlnd does not allow the usage of
named pipes). (steffenb198@aol.com)
+- Phar:
+ . Fixed bug #68901 (use after free). (bugreports at internot dot info)
+
- Sqlite3:
. Fixed bug #68260 (SQLite3Result::fetchArray declares wrong
required_num_args). (Julien)