changelog               Sun Mar  9 20:32:42 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1289 php4/ChangeLog:1.1290
--- php4/ChangeLog:1.1289       Sat Mar  8 20:33:11 2003
+++ php4/ChangeLog      Sun Mar  9 20:32:41 2003
@@ -1,3 +1,30 @@
+2003-03-09  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c
+      ext/standard/basic_functions.h
+      ext/standard/user_filters.c:
+      Adjustment to user filters reimplementation.  Make a bucket an object
+      containing a resource(the real bucket) and a data element for direct
+      operations.  Simplifies
+      user interface and reduces number of function calls/reallocs needed.
+
+2003-03-09  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/pgsql/pgsql.c:
+      - No C++ comments! (Patch by Magnus)
+
+2003-03-09  Uwe Schindler  <[EMAIL PROTECTED]>
+
+    * sapi/nsapi/nsapi-readme.txt
+      sapi/nsapi/nsapi-readme.txt:
+      Changes for iPlanet Webserver 6
+
+2003-03-09  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      - Fix proto
+
 2003-03-08  Georg Richter  <[EMAIL PROTECTED]>
 
     * ext/mysqli/mysqli.c
@@ -1408,7 +1435,7 @@
 
     * sapi/apache/libpre.c
       sapi/apache/php_apache_http.h:
-      Added missing headers and $Id: ChangeLog,v 1.1289 2003/03/09 01:33:11 changelog 
Exp $ tags.
+      Added missing headers and $Id: ChangeLog,v 1.1290 2003/03/10 01:32:41 changelog 
Exp $ tags.
 
     * sapi/cgi/config9.m4:
       MFB: Fixed bug #22356 (Do not add empty -I flags).
@@ -1967,7 +1994,7 @@
       main/streams/plain_wrapper.c
       main/streams/streams.c
       main/streams/userspace.c:
-      ws fixes + missing $Id: ChangeLog,v 1.1289 2003/03/09 01:33:11 changelog Exp $ 
tags, headers added
+      ws fixes + missing $Id: ChangeLog,v 1.1290 2003/03/10 01:32:41 changelog Exp $ 
tags, headers added
 
 2003-02-19  Corne' Cornelius  <[EMAIL PROTECTED]>
 
@@ -2885,7 +2912,7 @@
 
     * (PHP_4_3)
       sapi/cgi/cgi_main.c:
-      Added missing $Id: ChangeLog,v 1.1289 2003/03/09 01:33:11 changelog Exp $ tag
+      Added missing $Id: ChangeLog,v 1.1290 2003/03/10 01:32:41 changelog Exp $ tag
 
 2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
 


Reply via email to