summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2006-09-14 13:37:12 +0000
committerRob Richards <rrichards@php.net>2006-09-14 13:37:12 +0000
commit436d75c376c8e1b58e87a50f6c20b0206d07e7af (patch)
treef1ddbb12008dd730837318fbe33f66f3124a7e30
parent6fea033c6e1560387f3eed204efd3445d4437eda (diff)
downloadphp-git-436d75c376c8e1b58e87a50f6c20b0206d07e7af.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 73b73bbf9a..1009ed3021 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@
(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 #38813 (DOMEntityReference->__construct crashes when called
+ explicitly). (Rob)
- Fixed bug #38779 (engine crashes when require()'ing file with syntax error
through userspace stream wrapper). (Tony, Dmitry)
- Fixed bug #38772 (inconsistent overriding of methods in different visibility