changelog               Sun Oct  7 20:10:30 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.820 php4/ChangeLog:1.821
--- php4/ChangeLog:1.820        Sat Oct  6 20:10:03 2001
+++ php4/ChangeLog      Sun Oct  7 20:10:29 2001
@@ -1,3 +1,49 @@
+2001-10-07  Thomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Installer.php
+      pear/PEAR/Packager.php:
+    work on Windows support (use Tar class and System class)
+
+    * pear/PEAR/Common.php:
+    use the new System class for common file opperations
+
+    * pear/Experimental/System.php: list deepest dirs first
+
+2001-10-07  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS: make this entry readable.
+
+2001-10-07  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c
+      ext/standard/file.c
+      ext/standard/file.h:
+    - Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick)
+    - Added mmapfile(), read a file into a variabele with mmap (Patch by:
+      Ilia A. <[EMAIL PROTECTED]>)
+
+2001-10-07  Thomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/Experimental/System.php:
+        Static functions for different operations. Should work under
+        Unix and Windows. The names and usage has been taken from its
+        repectively GNU commands.
+        (initial commit and experimental state)
+
+2001-10-07  Jeroen van Wolffelaar  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c:
+    Fix naming inside php_search_array, comp_func is not a compare function.
+
+2001-10-07  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * NEWS: fix sp
+
+    * ext/standard/basic_functions.h
+      ext/standard/rand.c:
+     Have rand() and mt_rand() seed automatically if srand() or mt_srand() has
+     not been called. 
+
 2001-10-06  Stig Bakken  <[EMAIL PROTECTED]>
 
     * ext/standard/tests/versioning/version_compare.phpt


Reply via email to