changelog Mon Nov 29 20:33:41 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1818&r2=1.1819&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1818 php-src/ChangeLog:1.1819
--- php-src/ChangeLog:1.1818 Sun Nov 28 20:35:51 2004
+++ php-src/ChangeLog Mon Nov 29 20:33:41 2004
@@ -1,3 +1,26 @@
+2004-11-29 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/math/bug30695.phpt:
+ 1.1.4;
+ - Added testcase for bug #30695
+
+ * (PHP_5_0)
+ ZendEngine2/zend_operators.c:
+ - MF43: Revert Joe's work around a bug in GCC patch as it breaks too many
+ things.
+
+ * ZendEngine2/zend_operators.c:
+ - MFH: Revert Joe's work around a bug in GCC patch as it breaks too many
+ things.
+
+ * (PHP_4_3)
+ Zend/zend_operators.c:
+ - Revert Joe's work around a bug in GCC patch as it breaks too many
things.
+
+ * (PHP_4_3)
+ ext/pdf/config.m4:
+ - Make it work with PDFLib 5 again (And the check for PDFLib 6 is gone).
+
2004-11-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
* run-tests.php:
@@ -13196,7 +13219,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1818 2004/11/29
01:35:51 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1819 2004/11/30
01:33:41 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>