diff options
author | Rob Richards <rrichards@php.net> | 2006-09-16 13:57:17 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2006-09-16 13:57:17 +0000 |
commit | 211690374bcbc81c712db56c1a5ec38a455a7256 (patch) | |
tree | 1906f0f659aa8d9d779c9526b55826a9f9308d7e | |
parent | 1819e947f972df772980495452994ff8508be890 (diff) | |
download | php-git-211690374bcbc81c712db56c1a5ec38a455a7256.tar.gz |
BFN
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |