From: Date: Mon, 2 Sep 2002 00:31:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_91~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf220ce1046340a9da7c84bc92723488b59ec4ed;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e2ecb1a350..61e4c6483e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2002-09-01 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: + - Udm_Cat_Path, Udm_Cat_List, Udm_Get_Doc_Count functions have been fixed + to work with mnogosearch-3.2.6 and later. + - Removed search words highlighting while getting document URL in + mnogosearch extention + +2002-09-01 Sebastian Bergmann + + * main/main.c + main/output.c + main/php_globals.h + main/php_output.h + NEWS + php.ini-dist + php.ini-recommended: + Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering. + +2002-09-01 Jani Taskinen + + * ext/xmlrpc/config.m4: + Fix the shared build for real. (thanks to Brian France) + 2002-08-31 Jan Lehnardt * ext/standard/info.c: - cosmetics diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ef6c8e4f7a..baeeae77d4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2002-09-01 Andi Gutmans + + * zend_llist.c: - Fix leak reported by "l0t3k" + +2002-09-01 Stanislav Malyshev + + * zend_operators.c: MFZE1 + 2002-08-28 Thies Arntzen * zend_builtin_functions.c