summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-04-02 06:23:51 +0000
committerDmitry Stogov <dmitry@php.net>2004-04-02 06:23:51 +0000
commit7dae9e6cadd3aa6610433105718caa1ce2d8e21e (patch)
tree21a3b966b0068de983490e70046050722232c814 /NEWS
parent9a6dad867d1d0c5325dbc94e8db0e45035f7dba1 (diff)
downloadphp-git-7dae9e6cadd3aa6610433105718caa1ce2d8e21e.tar.gz
Fixed bug #27742 (WDSL SOAP Parsing Schema bug)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a6fa8edf1..7b43dccc8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
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)