changelog Fri Dec 17 20:35:19 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1836&r2=1.1837&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1836 php-src/ChangeLog:1.1837
--- php-src/ChangeLog:1.1836 Thu Dec 16 20:36:31 2004
+++ php-src/ChangeLog Fri Dec 17 20:35:17 2004
@@ -1,3 +1,75 @@
+2004-12-17 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_object_handlers.c:
+ - Fixed Bug #30562 Segmentation fault with __call()
+
+2004-12-17 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ php.ini-dist:
+ fix typo
+
+2004-12-17 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ ext/standard/var.c
+ ext/standard/var.c
+ ext/standard/tests/array/var_export2.phpt
+ ext/standard/tests/array/var_export2.phpt:
+ - MF43: Fixed bug #31072 (var_export() does not output an array element
+ with an
+ empty string key). (Derick)
+
+ * ext/standard/tests/array/var_export2.phpt
+ ext/standard/tests/array/var_export2.phpt:
+ 1.1.4;
+ file var_export2.phpt was initially added on branch PHP_4_3.
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/var.c:
+ - Fixed bug #31072 (var_export() does not output an array element with an
+ empty
+ string key). (Derick)
+
+ * ZendEngine2/zend_strtod.c
+ ZendEngine2/zend_strtod.c:
+ - MF43: Fixed strtod for Irix and some other strange platform
+
+ * (PHP_4_3)
+ Zend/zend_strtod.c:
+ - Fixed strtod for Irix and some other strange platform
+
+ * main/php_sprintf.c
+ main/php_sprintf.c:
+ - MF43: Fixed weird types, this also makes it compile on IRIX again.
+
+ * (PHP_4_3)
+ main/php_sprintf.c:
+ - Fixed weird types, this also makes it compile on IRIX again.
+
+2004-12-17 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ BFN
+
+ * (PHP_5_0)
+ ext/xml/compat.c:
+ MFH: Fixed bug #31139 (XML Parser Functions seem to drop & when
+ parsing)
+
+ * ext/xml/compat.c:
+ Fixed bug #31139 (XML Parser Functions seem to drop & when parsing)
+
+2004-12-17 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS:
+ typo
+
2004-12-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -14352,7 +14424,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1836 2004/12/17
01:36:31 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1837 2004/12/18
01:35:17 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>