From: Date: Thu, 21 Feb 2002 01:43:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.2.0RC1~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04252a9618d8f60399545d1f8e73f15b87e11c5e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 82e6da7c58..134b5ed983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2002-02-20 Christian Stocker + + * ext/domxml/php_domxml.c: "o|a|b" is not valid ZE code. changed to "o|ab" + +2002-02-20 Vincent Blavet + + * pear/scripts/pearwin.php: + Config variables must be set between "" while using pear.bat windows script + + * pear/Archive/Tar.php: + * Correct bug while using windows dir separator. It is now supported + +2002-02-20 Rasmus Lerdorf + + * ext/standard/crc32.c + ext/standard/crc32.h: + Split CRC32 table out into a header file so other code can use it + +2002-02-20 Derick Rethans + + * ext/iconv/iconv.c: - Fix for bug #15628 (for real now :) + + * sapi/nsapi/nsapi-readme.txt: - Reformatting + + * ext/iconv/iconv.c: - Fix for bug #15638 + 2002-02-19 David Hedbor * sapi/caudium/caudium.c: Fixed environment hashing again.