changelog               Thu Jan 10 20:11:12 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.920 php4/ChangeLog:1.921
--- php4/ChangeLog:1.920        Wed Jan  9 20:15:32 2002
+++ php4/ChangeLog      Thu Jan 10 20:11:10 2002
@@ -1,3 +1,79 @@
+2002-01-10  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/fbsql/php_fbsql.c
+      ext/fbsql/php_fbsql.h:
+    Adding functions to get BLOB/CLOB size from a lob_handle.
+    Added descriptions on most protos
+
+2002-01-10  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ext/standard/array.c:
+    Fix the recursive counting, it was broken for associative or non-sequential
+    arrays. Also update NEWS file.
+
+2002-01-10  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * main/main.c:
+    - Make an E_NOTICE error type show 'Notice' instead of 'Warning'.
+
+2002-01-10  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * ext/session/mod_mm.c: Fix startup crash
+
+2002-01-10  Markus Fischer  <[EMAIL PROTECTED]>
+
+    * ext/dio/dio.c: - Unified error messages.
+    - Improved argument handling in dio_fcntl().
+
+2002-01-10  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * ext/session/mod_mm.c: Revert last commit
+
+2002-01-10  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/session/mod_mm.c: Improved code for handling PS(save_path)
+
+    Don't MFH before further testing
+
+    * ext/session/mod_mm.c: Ws fix
+
+    * ext/standard/filestat.c:
+    (PHP touch) Operate on a stack buffer.. no need for allocating newtime
+    on the heap.
+
+    * ext/standard/filestat.c:
+    Add three-parameter touch() which enables users to set
+    mtime/atime to different values.
+
+2002-01-10  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * ext/pgsql/tests/dropdb.inc: Fix bug in test script
+
+    * ext/session/mod_mm.c: MFH
+
+    * ext/session/mod_mm.c: Make use of save_path for mm file.
+    Patch by Henning Schmiedehausen <[EMAIL PROTECTED]>
+    Closes bug 14808
+
+2002-01-10  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/session/tests/003.phpt
+      ext/session/tests/004.phpt
+      ext/session/tests/005.phpt
+      ext/session/tests/006.phpt:
+    Make these tests succeed with non-standard settings
+
+2002-01-10  Markus Fischer  <[EMAIL PROTECTED]>
+
+    * ext/domxml/php_domxml.h: - Fix compilation. (Christian Stocker)
+
+2002-01-10  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * header: Year update
+
+    * EXTENSIONS: shmop got a new maintainer
+
 2002-01-09  jim winstead  <[EMAIL PROTECTED]>
 
     * ext/standard/tests/math/pow.phpt


Reply via email to