From: Date: Wed, 9 Jan 2002 01:13:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf60b6178f5c01b02ad135b239f30fc3bffcb8d0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f9bdda17a8..2de557d11f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2002-01-08 Jan Lehnardt + + * pear/HTML/Form.php + pear/HTML/Page.php: + fix two warnings, thanks to Erik Hjortsberg + +2002-01-08 Jaroslaw Kolakowski + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: A + Changed names of functions: + - htmldoc() to html_doc(), + - htmldocfile() to html_doc_file(), + - domxml_htmldumpmem() to domxml_html_dump_mem(), + - htmldumpmem() to html_dump_mem(). + +2002-01-08 Jani Taskinen + + * ext/ext_skel: + Some whitespace fixes (naugthy me :) and make use of PHP_CHECK_LIBRARY + macro instead of AC_CHECK_LIB. + + +2002-01-08 Sterling Hughes + + * ext/sockets/sockets.c: Changed proto via Georg Richter's request. + +2002-01-08 Jaroslaw Kolakowski + + * ext/domxml/php_domxml.h + ext/domxml/php_domxml.c + ext/domxml/config.m4: + - Added functions: htmldoc(), htmldocfile(), domxml_htmldumpmem(). + - Added error handling for the libxml library. + - Added preliminary DOM XSLT support: + -- uses the libxslt library, + -- operates on DOM objects, not strings, + -- functions: domxml_xslt_process(), domxml_xslt_version(). + 2002-01-07 James Cox * win32/install.txt: