]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 17 Nov 2004 01:37:20 +0000 (01:37 +0000)
committer <changelog@php.net> <>
Wed, 17 Nov 2004 01:37:20 +0000 (01:37 +0000)
ChangeLog
Zend/ChangeLog

index 6433a80cf2a5be1b02b8f68aeae03e142d8cc4c8..597ba35b94498009d4de857e93553b8d54ec6028 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2004-11-16  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS:
+      Fixed bug #30799 (SoapServer doesn't handle private or protected
+      properties)
+
+    * (PHP_5_0)
+      NEWS:
+      Class mapping was implemented (Bug #29385 Soapserver always uses std
+      class).
+
+2004-11-16  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_4_3)
+      Zend/zend_strtod.c
+      ZendEngine2/zend_strtod.c
+      ZendEngine2/zend_strtod.c:
+      - Make this compile for the Mac again
+
 2004-11-15  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_0)
index 2e1186230dbe54cf2a0bb9ad7f0bb4acc159acd9..e9090cc65b77b63d9efcf82e1de5f40c549a2542 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-16  Derick Rethans  <php@derickrethans.nl>
+
+    * zend_strtod.c
+      zend_strtod.c:
+      - Make this compile for the Mac again
+
 2004-11-15  Derick Rethans  <php@derickrethans.nl>
 
     * (PHP_5_0)