changelog Fri Oct 1 20:35:07 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1762&r2=1.1763&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1762 php-src/ChangeLog:1.1763
--- php-src/ChangeLog:1.1762 Thu Sep 30 20:34:02 2004
+++ php-src/ChangeLog Fri Oct 1 20:35:06 2004
@@ -1,3 +1,31 @@
+2004-10-01 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * configure.in
+ ZendEngine2/Makefile.frag:
+ - Add makefile fragment which simplifies working on the executer
+
+2004-10-01 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * ext/ming/ming.c:
+ Slightly different fix for HEAD for the ming output method BC breaking
+ change.
+
+ * (PHP_4_3)
+ ext/ming/ming.c
+ ext/ming/ming.c:
+ Not sure when this BC breaking change snuck in, but the output method
+ didn't take an argument before and this compression argument is documented
+ to be optional but in the code it wasn't. This patch fixes the BC break
+ by making the compression argument optional.
+
+2004-10-01 Magnus M��tt� <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/url.c:
+ The length should be passed to the function,
+ so no need to check it inside the function too.
+ Will also fix a compile failure with gcc 3.4.
+
2004-09-30 Andi Gutmans <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -10574,7 +10602,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1762 2004/10/01 00:34:02
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1763 2004/10/02 00:35:06
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>