diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-02-14 14:26:11 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-02-14 14:26:11 +0000 |
commit | 3608dd4c11827b8db5f610c95e4beab84cb8b0b7 (patch) | |
tree | cdbd4226d2efa0b418c6b8a9067fadcb4e8f1a61 /NEWS | |
parent | c65d61a301db232f6f656300370707c0cb51d2b2 (diff) | |
download | php-git-3608dd4c11827b8db5f610c95e4beab84cb8b0b7.tar.gz |
Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ PHP NEWS - Added ReflectionClass::newInstanceArgs($args). (Marcus) - Added imap_savebody() that allows message body to be written to a file. (Mike) +- Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB). (Ilia) - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes). (Derick) - Fixed bug #36359 (splFileObject::fwrite() doesn't write when no data length specified). (Tony) |