From 7a6df789cfe782616c8f152e914964ddb90d15bb Mon Sep 17 00:00:00 2001 From: Date: Fri, 9 Feb 2001 02:09:35 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9f9d37891b..9cc5d66931 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2001-02-08 Boian Bonev + + * ext/vpopmail/php_vpopmail.c: + fixed SIGSEGV in vpopmail_auth_user when optional arg apop is not set + +2001-02-08 Chuck Hagenbuch + + * pear/Mail/Sendmail.php: + die on backticks in an attempted from address, also. + + * pear/PHPDoc/renderer/html/PhpdocHTMLRenderer.php: + fix a type - $templateRoot was meant, not $path. + + * pear/PHPDoc/index.php: the warning referred to here was fixed. + + * pear/HTML/IT.php: + The free() method was throwing away too much information for template + caching (re-using the same template) to work. So either these arrays need to + be kept around (which is what this patch does), or everything using IT needs + to not call free() if it wants template caching to work (seemed like more of + a pain). + +2001-02-08 Andrei Zmievski + + * TODO: *** empty log message *** + +2001-02-08 Sascha Schumann + + * sapi/apache2filter/apache_config.c: Make fprintf's optional + +2001-02-08 Uwe Steinmann + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: - add domxml_unlink_node(), not tested + +2001-02-08 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c + ext/mnogosearch/test.php: Added UDM_PARAM_SEARCHTIME result parameter. + Now at least mnoGoSearch-3.1.10 required to use this module. + Added some parameters aliases. Example updated. + + * ext/mnogosearch/CREDITS + ext/mnogosearch/php_mnogo.c: +2001-02-08 Andrei Zmievski + + * TODO + ext/pcre/php_pcre.c: Move todo items. + +2001-02-08 Sascha Schumann + + * build/build2.mk: Suppress the other nasty warning + 2001-02-07 Chuck Hagenbuch * pear/Mail/Sendmail.php: -- 2.40.0