]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 19 Jun 2002 00:27:39 +0000 (00:27 +0000)
committer <changelog@php.net> <>
Wed, 19 Jun 2002 00:27:39 +0000 (00:27 +0000)
ChangeLog
Zend/ChangeLog

index 5f482f72bebc54387eeabb589117cfa538f80a79..aa3f8e79afad15f91dabfdbde518c13c1bcc5d66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+2002-06-18  Stig Venaas  <venaas@uninett.no>
+
+    * 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  <andi@zend.com>
+
+    * 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  <s.esser@e-matters.de>
+
+    * main/SAPI.c:
+    fix: appending the default charset to text/ content types never worked
+    fix: removed double free
+
+2002-06-18  Jan Lehnardt  <jan@dasmoped.net>
+
+    * ext/standard/array.c:  - WS-fixes
+
+2002-06-18  Stefan Esser  <s.esser@e-matters.de>
+
+    * main/SAPI.c: keep fingers away from already freed memory.
+
+2002-06-18  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * 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  <phy@wanadoo.nl>
+
+    * 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  <d.rethans@jdimedia.nl>
+
+    * ext/standard/var.c: - Fix for bug #16065
+
+2002-06-18  Sander Roobol  <phy@wanadoo.nl>
+
+    * main/SAPI.c:
+    Patch by Michael Sisolak <msisolak@yahoo.com> to make header() honor the
+    replace parameter. Closes #16458.
+
+2002-06-18  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * 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  <cox@idecnet.com>
+
+    * pear/package-PEAR.xml: "Release notes"++
+
+2002-06-18  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * 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  <sniper@iki.fi>
+
+    * ext/mbstring/mbstring.c: Fixed bug: #17137, test pass still
+
+2002-06-18  Edin Kadribasic  <edink@proventum.net>
+
+    * ext/standard/math.c: ZTS fix.
+
+    * ext/standard/math.c:
+    Check for +/- infinity in base_convert (bug #14807).
+
 2002-06-17  Sergey Kartashoff  <gluke@biosys.net>
 
     * ext/mnogosearch/php_mnogo.c:
index 4246e4141ce112ec5f44315887d47a942f86f9d2..103f1031089c49582755e312a753a82e15384274 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-18  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * zend.c: - MFZE1
+
 2002-06-17  Andi Gutmans  <andi@zend.com>
 
     * zend_mm.c: - Improve speed of alignment calculation