summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2012-11-28 10:45:23 +0100
committerRemi Collet <remi@php.net>2012-11-28 10:45:23 +0100
commitc37d7a9456ff12fc60654a2b33aadedfcf6e7476 (patch)
tree64db2017618d00c174ca69236b5b96a099ef7726
parent487b7c7f320b5492a1c9398439e7298ba601ba5d (diff)
downloadphp-git-c37d7a9456ff12fc60654a2b33aadedfcf6e7476.tar.gz
NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 811ed0d6ec..79b4f286e5 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@ PHP NEWS
. Fixed bug #63590 (Different results in TS and NTS under Windows).
(Anatoliy)
+- FPM:
+ . Fixed bug #63581 Possible null dereference and buffer overflow (Remi)
+
- Pdo_sqlite:
. Fixed Bug #63149 getColumnMeta should return the table name
when system SQLite used. (Remi)