]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 2 Oct 2004 00:35:13 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Sat, 2 Oct 2004 00:35:13 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 498348fdcd0a155715b137290b9c09712edfc4a4..88d990d785606cbda3b2590d2e80adde62e4c1ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2004-10-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * configure.in
+      ZendEngine2/Makefile.frag:
+      - Add makefile fragment which simplifies working on the executer
+
+2004-10-01  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * 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ä  <novell@kiruna.se>
+
+    * (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  <andi@zend.com>
 
     * (PHP_4_3)
index 6206b6cc0bbddd9eff695eb5ec362e8d9e527f0c..2b0a0c735119be50ecff850e49036796af2179e2 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * Makefile.frag:
+      - Add makefile fragment which simplifies working on the executer
+
 2004-09-30  Andi Gutmans  <andi@zend.com>
 
     * zend_operators.c: