summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2013-12-22 09:43:53 -0200
committerFelipe Pena <felipensp@gmail.com>2013-12-22 09:43:53 -0200
commitc14388d63f307e322465e6d8a7610100dde692db (patch)
tree5e31920bb2508640f32a75f2f9f1b46edc9f9ead
parenta05611358606ca21672c49d26c77b7b0c81cab07 (diff)
downloadphp-git-c14388d63f307e322465e6d8a7610100dde692db.tar.gz
- BFN
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 75c39ee980..e7c7639cbc 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,10 @@ PHP NEWS
- GD:
. Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
(Adam)
+
+- PDO_odbc:
+ . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
+ (michael at orlitzky dot com)
- SNMP:
. Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)