summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-04-07 16:25:55 +0000
committerRob Richards <rrichards@php.net>2004-04-07 16:25:55 +0000
commite8340dd2c5f0cfcbeeef2bc6254b51552ac82851 (patch)
treef501381645108f1429dfc475476fd4e7494b5c96
parente32f012e65764e3b36c2a8e38e55a07699878939 (diff)
downloadphp-git-e8340dd2c5f0cfcbeeef2bc6254b51552ac82851.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 32360bf28c..23a0940324 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
- Changed SQLite extension to use studlyCaps convention in its OO API. (Marcus)
- Changed __construct() to always take precedence over old style constructor.
(Dmitry)
+- Fixed bug #27821 xml_parse segfaults when xml_set_object called from
+ class method. (Andi, Rob)
- Fixed bug #27742 (WDSL SOAP Parsing Schema bug). (Dmitry)
- Fixed bug #27722 (Segfault on schema without targetNamespace). (Dmitry)
- Fixed bug #27719 (mktime issues on and around DST changeover). (Rasmus)