changelog               Tue Mar  4 20:33:36 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1284 php4/ChangeLog:1.1285
--- php4/ChangeLog:1.1284       Mon Mar  3 20:32:47 2003
+++ php4/ChangeLog      Tue Mar  4 20:33:33 2003
@@ -1,3 +1,116 @@
+2003-03-04  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/dba/dba.c
+      ext/dba/php_dba.h:
+      Use stream locking support
+
+2003-03-04  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * README.STREAMS:
+      Added notes about locking functions.
+
+2003-03-04  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/dba/tests/dba_cdb.phpt
+      ext/dba/tests/dba_cdb_make.phpt
+      ext/dba/tests/dba_cdb_read.phpt
+      ext/dba/tests/dba_db2.phpt
+      ext/dba/tests/dba_db3.phpt
+      ext/dba/tests/dba_db4.phpt
+      ext/dba/tests/dba_dbm.phpt
+      ext/dba/tests/dba_flatfile.phpt
+      ext/dba/tests/dba_gdbm.phpt
+      ext/dba/tests/dba_inifile.phpt
+      ext/dba/tests/dba_ndbm.phpt
+      ext/dba/tests/skipif.inc
+      ext/dba/tests/test.inc:
+      Support all possible configurations and simplify includes
+
+    * ext/dba/dba.c:
+      fix dba by fixing key_len retrieval
+
+2003-03-04  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * tests/lang/bug22510.phpt:
+      
+      Added a test case for bug #22510
+
+2003-03-04  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * run-tests.php:
+      do not use $GLOBAL[]
+
+2003-03-04  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/hyperwave/hw.c:
+      typofix
+
+2003-03-04  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * tests/classes/__call_001.phpt:
+      If this doesn't show "3.4" there is another error
+
+2003-03-04  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ext/iconv/iconv.c:
+      64bit long fix
+
+    * ext/mbstring/mbstring.c
+      ext/mbstring/php_mbregex.c:
+      64bit long fix: patch by Dave Hill
+
+2003-03-04  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/odbc/php_odbc.c:
+      Fixed bug #22437.
+
+    * (PHP_4_3)
+      NEWS:
+      Bug fixing news.
+
+    * (PHP_4_3)
+      main/streams.c:
+      Compiler warning fix.
+
+    * ext/standard/http_fopen_wrapper.c:
+      Added support for http redirects to ftp.
+      Fixed bug #22508 (Added protection against circular HTML redirects).
+
+    * ext/standard/tests/file/bug22414.phpt:
+      Skip test if running under safe-mode.
+
+2003-03-04  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      adding news entry for disable_classes addition
+
+    * NEWS:
+      These are in the branch.
+
+    * main/main.c:
+      ws & CS
+
+    * NEWS:
+      remove this from here as it belongs elsewhere
+
+2003-03-04  Christian Stocker  <[EMAIL PROTECTED]>
+
+    * ext/domxml/php_domxml.c:
+      MFB (make it really W3C compatible (unlink node, when in tree...))
+
+    * (PHP_4_3)
+      ext/domxml/php_domxml.c:
+      make it really W3C compatible (unlink node, when in tree...)
+
+2003-03-04  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * ext/standard/credits_ext.h
+      ext/standard/credits_sapi.h
+      sapi/apache2filter/CREDITS
+      sapi/apache2handler/CREDITS:
+      Credits update.
+
 2003-03-03  Georg Richter  <[EMAIL PROTECTED]>
 
     * ext/mysqli/php_mysqli.h:
@@ -927,7 +1040,7 @@
 
     * sapi/apache/libpre.c
       sapi/apache/php_apache_http.h:
-      Added missing headers and $Id: ChangeLog,v 1.1284 2003/03/04 01:32:47 changelog 
Exp $ tags.
+      Added missing headers and $Id: ChangeLog,v 1.1285 2003/03/05 01:33:33 changelog 
Exp $ tags.
 
     * sapi/cgi/config9.m4:
       MFB: Fixed bug #22356 (Do not add empty -I flags).
@@ -1486,7 +1599,7 @@
       main/streams/plain_wrapper.c
       main/streams/streams.c
       main/streams/userspace.c:
-      ws fixes + missing $Id: ChangeLog,v 1.1284 2003/03/04 01:32:47 changelog Exp $ 
tags, headers added
+      ws fixes + missing $Id: ChangeLog,v 1.1285 2003/03/05 01:33:33 changelog Exp $ 
tags, headers added
 
 2003-02-19  Corne' Cornelius  <[EMAIL PROTECTED]>
 
@@ -2404,7 +2517,7 @@
 
     * (PHP_4_3)
       sapi/cgi/cgi_main.c:
-      Added missing $Id: ChangeLog,v 1.1284 2003/03/04 01:32:47 changelog Exp $ tag
+      Added missing $Id: ChangeLog,v 1.1285 2003/03/05 01:33:33 changelog Exp $ tag
 
 2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
 


Reply via email to