changelog               Thu May  6 20:31:56 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1620&r2=1.1621&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1620 php-src/ChangeLog:1.1621
--- php-src/ChangeLog:1.1620    Wed May  5 20:31:51 2004
+++ php-src/ChangeLog   Thu May  6 20:31:54 2004
@@ -1,3 +1,37 @@
+2004-05-06  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * tests/lang/bug22367.phpt:
+      - Fixed test
+
+2004-05-06  Jay Smith  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      Fixed a segfault. (It's possible for large offsets to make strrpos()
+      read past the end of the haystack string...)
+
+2004-05-06  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * sapi/cgi/cgi_main.c:
+      fix line endings
+
+    * sapi/cgi/cgi_main.c:
+      Fix fastCGI breakage: due to calling flush on unitialized requests,
+      request was aborted unless ignore_user_abort is set
+
+2004-05-06  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ext/standard/user_filters.c
+      main/streams/userspace.c:
+      Bugfix #28300 Userspace stream/filter names don't need to be lowercased.
+
+2004-05-06  Marc Boeren  <[EMAIL PROTECTED]>
+
+    * ext/dbx/dbx_oci8.c
+      ext/dbx/dbx_pgsql.c:
+      Call functions by their new, proper names instead of what are now aliases.
+      Change OCIFetchInto (deprecated) to oci_fetch_array.
+
 2004-05-05  Ard Biesheuvel  <[EMAIL PROTECTED]>
 
     * ext/interbase/ibase_query.c:
@@ -2843,7 +2877,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1620 2004/05/06 00:31:51 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1621 2004/05/07 00:31:54 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to