From: Date: Sat, 2 Oct 2004 00:35:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bd7b33e1b0fde85e12ee2013bc73288adb0f31a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 498348fdcd..88d990d785 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2004-10-01 Marcus Boerger + + * configure.in + ZendEngine2/Makefile.frag: + - Add makefile fragment which simplifies working on the executer + +2004-10-01 Rasmus Lerdorf + + * 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ä + + * (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 * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6206b6cc0b..2b0a0c7351 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-10-01 Marcus Boerger + + * Makefile.frag: + - Add makefile fragment which simplifies working on the executer + 2004-09-30 Andi Gutmans * zend_operators.c: