diff options
author | David Coallier <davidc@php.net> | 2008-11-22 22:54:17 +0000 |
---|---|---|
committer | David Coallier <davidc@php.net> | 2008-11-22 22:54:17 +0000 |
commit | f6b6746f2e9991cd51609cc6cbc5532cdd04afee (patch) | |
tree | 6570b8287df2bab0115aba7524caa488e3456708 /NEWS | |
parent | 74ee87a6318f26164fa465a6b1e5a94a1d71c9b4 (diff) | |
download | php-git-f6b6746f2e9991cd51609cc6cbc5532cdd04afee.tar.gz |
- Removed the "unreleased-fix-feature" entry as per Marcus's request
- Made sure to include my PDO fix in the proper 5.3 release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -86,8 +86,10 @@ PHP NEWS - Fixed bug #44575 (parse_ini_file comment # line problems). (Arnaud) - Fixed bug #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS). (Johannes, chx1975 at gmail dot com) -- Fixed bug #46615 (Make SplHeap->key() returns the key count -1 instead - of the key count). (David C.) +- 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.) 02 Sep 2008, PHP 5.3.0 Alpha 2 @@ -3594,7 +3596,3 @@ 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.) |