summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2006-09-16 13:57:17 +0000
committerRob Richards <rrichards@php.net>2006-09-16 13:57:17 +0000
commit211690374bcbc81c712db56c1a5ec38a455a7256 (patch)
tree1906f0f659aa8d9d779c9526b55826a9f9308d7e
parent1819e947f972df772980495452994ff8508be890 (diff)
downloadphp-git-211690374bcbc81c712db56c1a5ec38a455a7256.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 441175f3a8..17d594b713 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP NEWS
(marci at balabit dot hu, Tony)
- Removed current working directory from the php.ini search path for CLI and
readded it for other SAPIs (restore to pre 5.1.x behavior). (Edin)
+- Fixed bug #38850 (lookupNamespaceURI doesn't return default namespace). (Rob)
- Fixed bug #38813 (DOMEntityReference->__construct crashes when called
explicitly). (Rob)
- Fixed bug #38779 (engine crashes when require()'ing file with syntax error