]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 10 Dec 2005 06:53:20 +0000 (06:53 +0000)
committer <changelog@php.net> <>
Sat, 10 Dec 2005 06:53:20 +0000 (06:53 +0000)
ChangeLog
Zend/ChangeLog

index 0156a4cc9a674977df71539b2bd1fd60d39de618..e1b7da7584f45549d3bba92944db3607a6351bdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+2005-12-09  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/string.c:
+      fix #35617
+      no need to separate zvals twice
+
+2005-12-09  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * Makefile.gcov:
+      MFB51: Fixed typo in gcov output filename
+
+    * (PHP_5_1)
+      Makefile.gcov:
+      Fixed typo in gcov output filename
+
+2005-12-09  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/http_fopen_wrapper.c:
+      MF51: fix wrong macro usage
+
+    * (PHP_5_1)
+      ext/standard/http_fopen_wrapper.c:
+      php_stream_get_line() is a macro and it already has TSRMLS_CC
+
+2005-12-09  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_1)
+      ext/gd/tests/pngcomp.phpt:
+      - MFH: no need to test if jpeg support exists
+
+    * ext/gd/tests/pngcomp.phpt:
+      - no need to test if jpeg support exists
+
+    * ext/gd/tests/pngcomp.phpt:
+      - MFB: test for compression mode in imagepng
+
+2005-12-09  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      NEWS
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c:
+      Fixed bug #35612 (iis6 Access Violation crash)
+
+2005-12-09  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/tests/pngcomp.phpt:
+      
+      file pngcomp.phpt was initially added on branch PHP_5_1.
+
+2005-12-09  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      - Readd -u and -U
+
+2005-12-09  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      NEWS
+      sapi/cgi/cgi_main.c
+      sapi/cgi/cgi_main.c:
+      Fixed bug #34429 (Output buffering cannot be turned off with FastCGI)
+
+    * sapi/cgi/cgi_main.c:
+      Bug #34429 (Output buffering cannot be turned off with FastCGI)
+
+    * ext/standard/string.c:
+      Support for 64-bit platforms
+
+2005-12-09  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      run-tests.php:
+      - MFH Section FILE does not exist for redirection tests
+
+    * run-tests.php:
+      - Section FILE does not exist for redirection tests
+
+    * run-tests.php:
+      - Add missing newline
+
+    * (PHP_5_1)
+      run-tests.php:
+      - Revert piece of MFH that shows an inconsistency - actually we should fix
+        this fread() issue.
+
 2005-12-08  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_1)
index 541e033b2a3b050e845d2f1e4c68d0ae1b94066a..5813f79f27ffc8e3bc2cbfb7ac1b787226271d80 100644 (file)
@@ -1,3 +1,10 @@
+2005-12-09  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_execute_API.c
+      zend_execute_API.c
+      zend_execute_API.c:
+      Fixed bug #35612 (iis6 Access Violation crash)
+
 2005-12-08  Dmitry Stogov  <dmitry@zend.com>
 
     * tests/bug31341.phpt: