]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 19 Jul 2005 05:31:59 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Tue, 19 Jul 2005 05:31:59 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 1a56ba9ce9061fafbecefa7e3fce73b143f47257..b2318a68e02bfe9cf2ae9f6d846f0710793318b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,119 @@
+2005-07-18  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/standard/reg.c
+      ext/standard/reg.c:
+      MFB4_4: Fix compile problem with --regex=system on some systems
+
+2005-07-18  Brad House  <brad@mainstreetsoftworks.com>
+
+    * (PHP_5_0)
+      ext/mcve/mcve.c
+      ext/mcve/php_mcve.h:
+      BACKPORT FROM HEAD: sync missing functions from libmonetra-5
+
+    * ext/mcve/mcve.c
+      ext/mcve/php_mcve.h:
+      sync missing functions from libmonetra-5
+
+2005-07-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS
+      main/php_variables.c:
+      Revert cookie patch for BC reasons.
+
+2005-07-18  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * ZendEngine2/zend_language_scanner.l:
+      Valgrind is unhappy that this is not initialized
+
+2005-07-18  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * (PHP_4_4)
+      ext/standard/reg.c:
+      Use HAVE_REGEX_T_RE_MAGIC to fix compilation problem on systems where
+      re_magic is not provided publicly.
+
+2005-07-18  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * acinclude.m4:
+      fix macro
+
+2005-07-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ext/standard/dl.c
+      main/main.c:
+      Fixed bug in new module statrup mechanism
+
+2005-07-18  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * main/streams/plain_wrapper.c:
+      compile before commit (gah!)
+
+2005-07-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/curl/interface.c:
+      Cleanup buffers on handle re-use.
+
+2005-07-18  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * main/streams/plain_wrapper.c:
+      Apparently our pipe detection code just above this isn't foolproof.
+      Catch it here.
+
+2005-07-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug33558.phpt
+      ZendEngine2/tests/bug33558.phpt:
+      
+      Fixed bug #33558 (warning with nested calls to functions returning by
+      reference)
+
+    * NEWS
+      NEWS
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/tests/bug33558.phpt:
+      Fixed bug #33558 (warning with nested calls to functions returning by
+      reference)
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_gen.php
+      ZendEngine2/zend_vm_opcodes.h:
+      Removed some compilation warnings.
+
+2005-07-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_4)
+      main/php_variables.c:
+      MFH: Fixed handling of HTTP requests with multiple Cookie headers.
+
+    * NEWS
+      main/php_variables.c:
+      Fixed handling of HTTP requests with multiple Cookie headers.
+
+2005-07-18  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ZendEngine2/tests/bug33710.phpt:
+      typo
+
+2005-07-18  Frank M. Kromann  <frank@kromann.info>
+
+    * ext/ming/config.w32:
+      Make sure we build with SWFPrebuilt.
+
+2005-07-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      - Show end of relay testing block
+
+    * ext/ming/ming.c:
+      - Provide distinction and distinct tests
+
 2005-07-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/ming/config.m4
index 0f4fc8608cecc35e53e2107969eb8fb388421b13..fb0d1e7bd745c567ad22feb30a02ca8f42121ffa 100644 (file)
@@ -1,3 +1,40 @@
+2005-07-18  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * zend_language_scanner.l:
+      Valgrind is unhappy that this is not initialized
+
+2005-07-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_API.c
+      zend_API.h:
+      Fixed bug in new module statrup mechanism
+
+    * (PHP_5_0)
+      zend_execute.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h
+      tests/bug33558.phpt:
+      Fixed bug #33558 (warning with nested calls to functions returning by
+      reference)
+
+    * tests/bug33558.phpt
+      tests/bug33558.phpt:
+      
+      Fixed bug #33558 (warning with nested calls to functions returning by
+      reference)
+
+    * zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_gen.php
+      zend_vm_opcodes.h:
+      Removed some compilation warnings.
+
+2005-07-18  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * tests/bug33710.phpt:
+      typo
+
 2005-07-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * tests/bug33710.phpt: