summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2009-12-14 03:44:33 +0000
committerPierrick Charron <pierrick@php.net>2009-12-14 03:44:33 +0000
commit7d4643193da984be757e64b6dc8010167c10e8df (patch)
tree6dc2142d7ed7fdda5bbda1af83278459dce06731 /NEWS
parent35ad3308499bdaa2afc028129d962b3a3c456d1f (diff)
downloadphp-git-7d4643193da984be757e64b6dc8010167c10e8df.tar.gz
- Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d335454a7a..cbfe15a9bf 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,7 @@ PHP NEWS
- Fixed bug #50464 (declare encoding doesn't work within an included file).
(Felipe)
+- Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures). (Felipe, Pierrick)
- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes
seg fault). (davbrown4 at yahoo dot com, Felipe)
- Fixed bug #50351 (performance regression handling objects, ten times slower