summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2009-01-12 22:24:31 +0000
committerStanislav Malyshev <stas@php.net>2009-01-12 22:24:31 +0000
commitfc044adb9fac7675fec420fb74a4de3d7c6521d1 (patch)
tree4c9cd8b09c1e0192096a80d7050b573fdc91cf37
parentc1147bcb071a10fefee2f830d8d67d54857a5993 (diff)
downloadphp-git-fc044adb9fac7675fec420fb74a4de3d7c6521d1.tar.gz
ns bugfix out
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2f9378b543..69a7314619 100644
--- a/NEWS
+++ b/NEWS
@@ -46,8 +46,6 @@ PHP NEWS
- Fixed bug #46653 (can't extend mysqli). (Johannes)
- Fixed bug #46646 (Restrict serialization on some internal classes like
Closure and SplFileInfo using exceptions). (Etienne)
-- Fixed bug #46304 (Defining namespaced constant using define() defines
- CASE SENSITIVE namespace). (Stas)
- Fixed bug #46268 (DateTime::modify() does not reset relative time values).
(Derick)
- Fixed bug #46044 (Mysqli - wrong error message). (Johannes)