From: Date: Sun, 16 Sep 2001 00:10:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d477d490b2a06ea7fcc924263888881499ad6dd4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 260dde1640..e3dd6e223e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2001-09-15 Sterling Hughes + + * ext/xslt/sablot.c: + fix this in a couple of other places and use estrndup() when we have the + string length. + + * ext/xslt/sablot.c: + properly grab field and value pairs, plus avoid a segfault when errmsg isn't + defined + +2001-09-15 Sergey Kartashoff + + * ext/mnogosearch/index.php + ext/mnogosearch/php_mnogo.c + ext/mnogosearch/test.php: + A bug fixed when trying to return NULL strings. + Added a new example of building search frontend based on mnoGoSearch + extension. + +2001-09-15 Martin Jansen + + * pear/HTML/Form.php: + * also pass extra attributes to displaySelectRow() and returnSelectRow + (proposed by Wolfram Kriesing) + +2001-09-15 Rui Hirokawa + + * ext/standard/html.c: + Added support for japanese encoding to htmlentites() and htmlspecialchars(). @ Added support for japanese encoding to htmlentites() and htmlspecialchars(). (Rui) + 2001-09-14 Martin Jansen * pear/HTML/Menu.php: * reverted patch