1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 06:51:18 +02:00
This commit is contained in:
Felipe Pena
2012-10-12 19:48:30 -03:00
parent 9a6bc88565
commit c8cc0cde34

4
NEWS
View File

@@ -64,6 +64,10 @@ PHP NEWS
DBQUOTEDIDENT, 1)). (Laruence)
. Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
(Martin Osvald, Remi)
- PDO Firebird:
. Fixed bug #63214 (Large PDO Firebird Queries).
(james at kenjim dot com)
- SOAP
. Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).