summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-09-21 23:00:29 +0000
committerMarcus Boerger <helly@php.net>2005-09-21 23:00:29 +0000
commit8bba75f0f8157daabe5de8e11144ef6f5cf93189 (patch)
tree13e932889a9d882a6df6286f30a624e58bc65b3f
parentf3c44f6065959cb3ceac7b010eb216078cf24b47 (diff)
downloadphp-git-8bba75f0f8157daabe5de8e11144ef6f5cf93189.tar.gz
- BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 937cffed21..3f7c02eb5b 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,8 @@ PHP NEWS
- Fixed "make test" to work for phpized extensions. (Hartmut, Jani)
- Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems.
(Andrey)
+- Fixed bug #34590 (User defined PDOStatement class can't implement methods).
+ (Marcus)
- Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters).
(Marco, Ilia)
- Fixed bug #34518 (Unset doesn't separate container in CV). (Dmitry)