1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 04:21:18 +02:00

- Added resolution of bug #44153, #44154

This commit is contained in:
David Coallier
2008-11-10 18:54:30 +00:00
parent 9334bbd650
commit feeaa6568e

4
NEWS
View File

@@ -3575,3 +3575,7 @@ PHP NEWS
- Fixed bug #28694 (ReflectionExtension::getFunctions() crashes PHP). (Marcus)
- Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank)
- Fixed strip_tags() to correctly handle '\0' characters. (Stefan)
- Fixed bug #44153 (pdo->errorCode() returns NULL when there are no errors).
(David C.)
- Fixed bug #44154 (pdo->errorInfo() always have three elements in the
returned array). (David C.)