1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 21:22:13 +02:00
This commit is contained in:
Felipe Pena
2013-12-22 09:43:53 -02:00
parent a056113586
commit c14388d63f

4
NEWS
View File

@@ -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)