diff options
| author | <changelog@php.net> | 2002-06-11 00:36:16 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2002-06-11 00:36:16 +0000 |
| commit | e51bd48d229a0a8c37ddf14f4e5d17e2cf1549ba (patch) | |
| tree | 1f03e7fc9ee45cd671d257fa73b97569696ab805 | |
| parent | 73f2ab995163efaddc8979ededb212bd01a06b32 (diff) | |
| download | php-git-e51bd48d229a0a8c37ddf14f4e5d17e2cf1549ba.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 96 | ||||
| -rw-r--r-- | Zend/ChangeLog | 9 |
2 files changed, 105 insertions, 0 deletions
@@ -1,3 +1,99 @@ +2002-06-10 Markus Fischer <mfischer@guru.josefine.at> + + * ext/pcre/php_pcre.c: - Typo. + +2002-06-10 Stig Bakken <ssb@fast.no> + + * ext/mysql/config.m4: Add --with-mysql-sock option (James Cox) + +2002-06-10 Markus Fischer <mfischer@guru.josefine.at> + + * win32/php4dllts.dsp: - Revert zlib.lib patch. + +2002-06-10 Harald Radi <harald.radi@nme.at> + + * 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 <frank@kromann.info> + + * 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 <harald.radi@nme.at> + + * win32/php4dllts.dsp: mysql need zlib.lib now + + +2002-06-10 Sergey Kartashoff <gluke@biosys.net> + + * ext/mnogosearch/php_mnogo.c: +2002-06-10 Jan Lehnardt <jan@dasmoped.net> + + * ext/standard/array.c: - MFH (WS-fix) + + * ext/standard/array.c: - whitespace fix + +2002-06-10 Markus Fischer <mfischer@guru.josefine.at> + + * ext/mysql/libmysql/config-win.h + win32/php4dllts.dsp: - Fix win32/mysql. + - Revert cryptic WS commit on php4dllts.dsp. + +2002-06-10 Joseph Tate <jtate@mi-corporation.com> + + * ext/domxml/php_domxml.c: +2002-06-10 Harald Radi <harald.radi@nme.at> + + * 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 <gluke@biosys.net> + + * ext/mnogosearch/php_mnogo.c: + - MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5 + +2002-06-10 Markus Fischer <mfischer@guru.josefine.at> + + * ext/standard/mail.c: - WS fix, damn win32. + +2002-06-10 Harald Radi <harald.radi@nme.at> + + * ext/standard/array.c: fix the build + +2002-06-10 Markus Fischer <mfischer@guru.josefine.at> + + * ext/standard/file.c: - Fix proto. + +2002-06-10 Sergey Kartashoff <gluke@biosys.net> + + * ext/mnogosearch/php_mnogo.c: +2002-06-10 Markus Fischer <mfischer@guru.josefine.at> + + * 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 <andrei@php.net> + + * 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 <cox@idecnet.com> * 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 <harald.radi@nme.at> + + * zend_ts_hash.h + zend_ts_hash.c: added TS_HASH macro + +2002-06-10 Stanislav Malyshev <stas@zend.com> + + * zend_execute.c: Fix leak + 2002-06-09 Harald Radi <harald.radi@nme.at> * zend_API.h |
