summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-04-08 07:56:50 +0000
committerfoobar <sniper@php.net>2004-04-08 07:56:50 +0000
commit1789e670887fb92ad6a49dd276daa37bda8e77db (patch)
treed114a320190d588d3792b1fed59b3b0197bdd6ae /NEWS
parent456c023e830e4248388628ae380dd79ea61e60dd (diff)
downloadphp-git-1789e670887fb92ad6a49dd276daa37bda8e77db.tar.gz
pfft..
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 23a0940324..8837830c2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ????? 2004, PHP 5 Release Candidate 2
-- Force destructors to have empty signatures. (Marcus)
- Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance.
(Dmitry, Andi)
- Changed HTTP file uploads not to throw E_WARNINGs and E_NOTICEs. The error
@@ -9,8 +8,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 #27821 (xml_parse() segfaults when xml_set_object() is 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)