changelog               Tue Jun 18 20:27:08 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1079 php4/ChangeLog:1.1080
--- php4/ChangeLog:1.1079       Mon Jun 17 20:22:56 2002
+++ php4/ChangeLog      Tue Jun 18 20:27:03 2002
@@ -1,3 +1,84 @@
+2002-06-18  Stig Venaas  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c:
+    Made array_unique() always keep the first occurrences of duplicates,
+    making the behavior easier to understand, and maybe more useful.
+
+2002-06-18  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * ext/bcmath/bcmath.c
+      ext/bcmath/php_bcmath.h:
+    - Nuke use of persist_alloc(). This can't be used with a new memory manager
+
+2002-06-18  Stefan Esser  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c:
+    fix: appending the default charset to text/ content types never worked
+    fix: removed double free
+
+2002-06-18  Jan Lehnardt  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c:  - WS-fixes
+
+2002-06-18  Stefan Esser  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c: keep fingers away from already freed memory.
+
+2002-06-18  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
+
+    * ext/standard/file.c:
+    - fixed bug in enclosure handling (was still hardcoded to '"' in one place)
+    - added possibility to pass empty enclosure if you really don't want one
+
+2002-06-18  Sander Roobol  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c
+      ext/standard/tests/strings/add-and-stripslashes.phpt:
+    Fixed stripslashes when magic_quotes_sybase is enabled, and add a test for
+    add- and stripslashes().
+
+    * ext/standard/tests/strings/add-and-stripslashes.phpt:
+    Fix stripslashes when magic_quotes_sybase is enabled, and add a test for
+    add- and stripslashes().
+
+2002-06-18  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/var.c: - Fix for bug #16065
+
+2002-06-18  Sander Roobol  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c:
+    Patch by Michael Sisolak <[EMAIL PROTECTED]> to make header() honor the
+    replace parameter. Closes #16458.
+
+2002-06-18  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/zlib/zlib.c: - oops... read before commit :)
+
+    * ext/zlib/zlib.c:
+    - It doesn't work from within a script... so we disallow it
+
+2002-06-18  Tomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/package-PEAR.xml: "Release notes"++
+
+2002-06-18  Markus Fischer  <[EMAIL PROTECTED]>
+
+    * ext/dbx/dbx_sybasect.c: - User proper macros as suggested by Marc.
+
+    * ext/domxml/php_domxml.c: - Fix ZTS build.
+
+2002-06-18  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/mbstring/mbstring.c: Fixed bug: #17137, test pass still
+
+2002-06-18  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * ext/standard/math.c: ZTS fix.
+
+    * ext/standard/math.c:
+    Check for +/- infinity in base_convert (bug #14807).
+
 2002-06-17  Sergey Kartashoff  <[EMAIL PROTECTED]>
 
     * ext/mnogosearch/php_mnogo.c:


Reply via email to