From: Date: Tue, 11 Jun 2002 00:36:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php5_5_0~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e51bd48d229a0a8c37ddf14f4e5d17e2cf1549ba;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fab8e05741..0e77f44fb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,99 @@ +2002-06-10 Markus Fischer + + * ext/pcre/php_pcre.c: - Typo. + +2002-06-10 Stig Bakken + + * ext/mysql/config.m4: Add --with-mysql-sock option (James Cox) + +2002-06-10 Markus Fischer + + * win32/php4dllts.dsp: - Revert zlib.lib patch. + +2002-06-10 Harald Radi + + * ext/rpc/handler.h + ext/rpc/php_rpc.h + ext/rpc/rpc.c + ext/rpc/rpc.h: pooling and singleton finally work + + * ext/rpc/tests/test1.php + ext/rpc/tests/test2.php + ext/rpc/tests/test3.php + ext/rpc/tests/test4.php + ext/rpc/tests/tests.php: new testcases + +2002-06-10 Frank M. Kromann + + * php.ini-dist + php.ini-recommended + ext/mssql/php_mssql.h + ext/mssql/php_mssql.c: Adding ini setting for max_procs + +2002-06-10 Harald Radi + + * win32/php4dllts.dsp: mysql need zlib.lib now + + +2002-06-10 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: +2002-06-10 Jan Lehnardt + + * ext/standard/array.c: - MFH (WS-fix) + + * ext/standard/array.c: - whitespace fix + +2002-06-10 Markus Fischer + + * ext/mysql/libmysql/config-win.h + win32/php4dllts.dsp: - Fix win32/mysql. + - Revert cryptic WS commit on php4dllts.dsp. + +2002-06-10 Joseph Tate + + * ext/domxml/php_domxml.c: +2002-06-10 Harald Radi + + * win32/php4dllts.dsp: mysql need zlib.lib now + + * ext/mysql/libmysql/my_wincond.c + ext/mysql/libmysql/my_winthread.c: fix the build + + +2002-06-10 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: + - MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5 + +2002-06-10 Markus Fischer + + * ext/standard/mail.c: - WS fix, damn win32. + +2002-06-10 Harald Radi + + * ext/standard/array.c: fix the build + +2002-06-10 Markus Fischer + + * ext/standard/file.c: - Fix proto. + +2002-06-10 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: +2002-06-10 Markus Fischer + + * ext/calendar/easter.c: + - Fix easter_(days|date)()s first parameter now really defaults to the current + year if ommited (it was document but didn't work). + +2002-06-10 Andrei Zmievski + + * ext/standard/array.c + NEWS: + Fix bug #7045: shuffle() now provides consistent distribution of values + in the array. + 2002-06-09 Tomas V.V.Cox * pear/Makefile.frag: Commented out old unused stuff diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1b0d23d221..85cd1be07c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2002-06-10 Harald Radi + + * zend_ts_hash.h + zend_ts_hash.c: added TS_HASH macro + +2002-06-10 Stanislav Malyshev + + * zend_execute.c: Fix leak + 2002-06-09 Harald Radi * zend_API.h