changelog Thu Sep 14 01:30:51 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2452&r2=1.2453&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2452 php-src/ChangeLog:1.2453
--- php-src/ChangeLog:1.2452 Wed Sep 13 01:30:55 2006
+++ php-src/ChangeLog Thu Sep 14 01:30:50 2006
@@ -1,3 +1,70 @@
+2006-09-13 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/oci8/tests/coll_016.phpt:
+ change test to work with Oracle 10
+
2006-09-12 Antony Dovgal <[EMAIL PROTECTED]>
* (PHP_5_2)