1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
This commit is contained in:
Felipe Pena
2008-10-13 13:47:24 +00:00
parent 043c66806a
commit 4045a51376

1
NEWS
View File

@@ -11,6 +11,7 @@ PHP NEWS
after end of stream). (Keisial at gmail dot com, Greg)
- Fixed bug #44251, #41125 (PDO + quote() + prepare() can result in segfault).
(tsteiner at nerdclub dot net)
- Fixed bug #37100 (data is returned truncated with BINARY CURSOR). (Tony)
09 Oct 2008, PHP 5.2.7RC1
- Reverted fix for bug #44197 due to behaviour change in minor version.