summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-04-06 09:53:31 +0000
committerfoobar <sniper@php.net>2004-04-06 09:53:31 +0000
commit4ee4d27cb4f2cfa67f5a754427fbdb8694f3aefa (patch)
tree1f34e771ad24c43613cc381fbabff2ca6f6c0da0
parent338b9bfb2dcb666d1f65898808f004b0ea239105 (diff)
downloadphp-git-4ee4d27cb4f2cfa67f5a754427fbdb8694f3aefa.tar.gz
reorder, reword, typos..
-rw-r--r--NEWS15
1 files changed, 7 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 6465247c40..32360bf28c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,17 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ????? 2004, PHP 5 Release Candidate 2
-- 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)
-- Changed sqlite to use studlyCaps convention for its OO API. (Marcus)
- Force destructors to have empty signatures. (Marcus)
-- Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be
- hidden from within scripts (and a result value in the $_FILES global can be
- used to see the real failure anyway). (Derick)
-- Reimplement zend.ze1_compatibility_mode to have better PHP 4 complicance.
+- 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
+ value in the $_FILES global should be used for error handling. (Derick)
+- 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 #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)
- Fixed bug #27641 (Object cloning in ze1_compatibility_mode was reimplemented)
(Dmitry, Andi)
- Fixed bug #27628 (Simplify the process of making a POST request via stream