changelog Tue Dec 14 20:50:39 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1833&r2=1.1834&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1833 php-src/ChangeLog:1.1834
--- php-src/ChangeLog:1.1833 Mon Dec 13 20:33:33 2004
+++ php-src/ChangeLog Tue Dec 14 20:50:26 2004
@@ -1,3 +1,66 @@
+2004-12-14 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/math/bug28228.phpt
+ ext/standard/tests/math/bug28228.phpt:
+ MFB: test fix.
+
+ * (PHP_4_3)
+ ext/standard/tests/math/bug28228.phpt:
+ Fixed test.
+
+ * (PHP_4_3)
+ ext/mssql/php_mssql.c:
+ Fixed build.
+
+2004-12-14 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ext/ming/config.m4
+ ext/ming/config.m4:
+ Fixed build with custom libming
+
+2004-12-14 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ configure.in:
+ 4.3.10
+
+2004-12-14 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ext/pcntl/pcntl.c
+ ext/pcntl/pcntl.c:
+ Fixed build on linux-glibc21-i386
+
+ * (PHP_5_0)
+ NEWS:
+ Fixed bug #30994 (SOAP server unable to handle request with references).
+
+2004-12-14 Derick Rethans <[EMAIL PROTECTED]>
+
+ * configure.in
+ configure.in
+ ZendEngine2/zend_strtod.c
+ ZendEngine2/zend_strtod.c:
+ - MFH: Fixed compile error related to bug #28605.
+
+ * (PHP_4_3)
+ configure.in
+ Zend/zend_strtod.c:
+ - Fixed compile error related to bug #28605.
+
+2004-12-14 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS
+ ext/standard/math.c
+ ext/standard/math.c:
+ MFH: Fixed bug #28228 (NULL decimal separator is not being handled
+ correctly).
+
+ * ext/standard/math.c:
+ Fixed bug #28228 (NULL decimal separator is not being handled correctly).
+
2004-12-13 Wez Furlong <[EMAIL PROTECTED]>
* ext/standard/streamsfuncs.c:
@@ -14072,7 +14135,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1833 2004/12/14
01:33:33 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1834 2004/12/15
01:50:26 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>