diff options
author | <changelog@php.net> | 2002-02-21 01:43:18 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-02-21 01:43:18 +0000 |
commit | 04252a9618d8f60399545d1f8e73f15b87e11c5e (patch) | |
tree | 5e3b381baf5bc635e432e5f0c8d4ae33b94e6d99 /ChangeLog | |
parent | 94d06d34e0ac8390926405716e8fab3f5118b82f (diff) | |
download | php-git-04252a9618d8f60399545d1f8e73f15b87e11c5e.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2002-02-20 Christian Stocker <chregu@phant.ch> + + * ext/domxml/php_domxml.c: "o|a|b" is not valid ZE code. changed to "o|ab" + +2002-02-20 Vincent Blavet <vincent@blavet.net> + + * 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 <rasmus@php.net> + + * 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 <d.rethans@jdimedia.nl> + + * 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 <david@hedbor.org> * sapi/caudium/caudium.c: Fixed environment hashing again. |