From c14388d63f307e322465e6d8a7610100dde692db Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 22 Dec 2013 09:43:53 -0200 Subject: [PATCH] - BFN --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 75c39ee9809..e7c7639cbc3 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)