]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 21 Feb 2002 01:43:18 +0000 (01:43 +0000)
committer <changelog@php.net> <>
Thu, 21 Feb 2002 01:43:18 +0000 (01:43 +0000)
ChangeLog

index 82e6da7c58878135fc913f6d30e1e54b9030d540..134b5ed9835091a29ee31015e85baff83f186589 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.