]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 14 Sep 2006 01:30:53 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Thu, 14 Sep 2006 01:30:53 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 1d8a6fcd81eab9bff96430db755da2ac439d481b..0b414bed1cb9624bc2d8cfe4c95ce84484fd6cbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2006-09-13  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/date/lib/timelib_config.h.win32
+      ext/date/lib/timelib_config.h.win32:
+      
+      file timelib_config.h.win32 was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      win32/php5dllts.dsp:
+      fix VC build:
+      - update PCRE defines
+      - create timelib_config.h
+      - update .def dependencies
+
+    * (PHP_5_2)
+      win32/php5ts.dsp:
+      fix fcgi build
+
+2006-09-13  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      Fixed name
+
+    * ext/mysqli/tests/bug36745.phpt:
+      MFB: Fixed test for systems without INFILE/OUTFILE support
+
+    * (PHP_5_2)
+      ext/mysqli/tests/bug36745.phpt:
+      Fixed test for systems without INFILE/OUTFILE support
+
+2006-09-13  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/tests/bug38779.phpt
+      ZendEngine2/tests/bug38779_1.phpt:
+      fix tests
+
+    * (PHP_5_2)
+      ZendEngine2/tests/bug38779.phpt
+      ZendEngine2/tests/bug38779_1.phpt:
+      fix tests on MacOS
+
+2006-09-13  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/json/tests/003.phpt:
+      Fixed memory leaks
+
+    * (PHP_5_2)
+      ext/json/tests/003.phpt:
+      Fix memory leaks
+
+    * sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.c:
+      Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)
+
+2006-09-13  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_1)
+      ext/gd/libgd/gd_gif_in.c:
+      - #38801, bug #38112 was not MFH'ed correctly (or reintroduced)
+      - sync (sorry for the WS/cosmetic changes, but easier)
+
+2006-09-13  Antony Dovgal  <antony@zend.com>
+
+    * ext/oci8/tests/coll_016.phpt:
+      change test to work with Oracle 10
+
 2006-09-12  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_2)
index 472462de0ad7dfd24f7d79658846b33db55ca352..dd34c45711df987b2a0cc97a27f6e8f27b538e7f 100644 (file)
@@ -1,3 +1,14 @@
+2006-09-13  Antony Dovgal  <antony@zend.com>
+
+    * tests/bug38779.phpt
+      tests/bug38779_1.phpt:
+      fix tests
+
+    * (PHP_5_2)
+      tests/bug38779.phpt
+      tests/bug38779_1.phpt:
+      fix tests on MacOS
+
 2006-09-12  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.c