From: Date: Fri, 1 Nov 2002 01:34:47 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0RC1~379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bed03a6bd705294d9211bf093f648933aff0e973;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 227cef29ac..4110121d26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2002-10-31 Melvyn Sopacua + + * ext/xslt/tests/xslt_getopt.phpt: copy/waste error + + * ext/xslt/config.m4 + ext/xslt/php_sablot.h + ext/xslt/sablot.c: + - Add constant XSLT_SABOPT_FILES_TO_HANDLER overriding the default + behavior of Sablotron to handle files itself, even if a scheme-handler + is registered. + - Implement xslt_getopt + - Modify behavior of xslt_setopt, so that it returns the previous value. + + + * ext/xslt/tests/xslt_setopt.phpt: Fix typo + + * ext/xslt/tests/xslt_getopt.phpt: Add test for xslt_getopt + + +2002-10-31 Moriyoshi Koizumi + + * ext/iconv/config.m4: Fixed library capability detection behaviour. + +2002-10-31 Christian Stocker + + * ext/domxml/php_domxml.c: fix proto for clone_node + +2002-10-31 Jani Taskinen + + * sapi/cli/php_cli.c: Added built date and time to -v output. + +2002-10-31 Moriyoshi Koizumi + + * ext/standard/tests/strings/htmlentities.phpt + tests/strings/003.phpt: Moved the test into the suitable place + +2002-10-31 Derick Rethans + + * README.CVS-RULES: - Bah, Jani needs to be clearer next time ;P + + * README.CVS-RULES: - Make Jani happy + +2002-10-31 Jani Taskinen + + * NEWS: jaws + +2002-10-31 Derick Rethans + + * Makefile.global + run-tests.php: Discuss first! + +2002-10-31 Yasuo Ohgaki + + * Makefile.global + run-tests.php: Fixed more ini settings. + +2002-10-31 Derick Rethans + + * ext/calendar/calendar.c + ext/calendar/jewish.c + ext/calendar/sdncal.h: + - Added an aditional parameter to the jdtojewish() function which makes + the function return the symbolic hebrew name. (Patch by Moshe Doron + ) + - Added an aditional parameter to the jdtojewish() function which makes + the function return the symbolic hebrew name. (Moshe Doron, Derick) + +2002-10-31 Wez Furlong + + * ext/com/COM.c: + Correct a copy-n-paste bug. Spotted by Michael Sisolak + +2002-10-31 Derick Rethans + + * ext/standard/tests/strings/004.phpt: + - Fix test, in some cases the first significant number in the time + was a 3 + +2002-10-31 Dan Kalowsky + + * ext/odbc/php_odbc.c: + Patch for windows DSN less connection #20086 (by john@johnandlouise.com) + 2002-10-30 Moriyoshi Koizumi * ext/iconv/iconv.c: Prevent unnecessary notices on success