changelog Tue Nov 16 20:37:03 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1805&r2=1.1806&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1805 php-src/ChangeLog:1.1806
--- php-src/ChangeLog:1.1805 Mon Nov 15 20:36:01 2004
+++ php-src/ChangeLog Tue Nov 16 20:36:59 2004
@@ -1,3 +1,23 @@
+2004-11-16 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -12724,7 +12744,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1805 2004/11/16
01:36:01 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1806 2004/11/17
01:36:59 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>