From: Date: Thu, 14 Sep 2006 01:30:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1681 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4086a79c39fb6a50bc8065a491dd2b05fc9a783;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1d8a6fcd81..0b414bed1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2006-09-13 Stanislav Malyshev + + * 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 + + * (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 + + * 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 + + * 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 + + * (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 + + * ext/oci8/tests/coll_016.phpt: + change test to work with Oracle 10 + 2006-09-12 Antony Dovgal * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 472462de0a..dd34c45711 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2006-09-13 Antony Dovgal + + * 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 * zend_compile.c