From: Date: Wed, 19 Jun 2002 00:27:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha2~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7f2fca5f5aa706395606dc2b94d1b89883e67fb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5f482f72be..aa3f8e79af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2002-06-18 Stig Venaas + + * 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 + + * 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 + + * main/SAPI.c: + fix: appending the default charset to text/ content types never worked + fix: removed double free + +2002-06-18 Jan Lehnardt + + * ext/standard/array.c: - WS-fixes + +2002-06-18 Stefan Esser + + * main/SAPI.c: keep fingers away from already freed memory. + +2002-06-18 Hartmut Holzgraefe + + * 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 + + * 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 + + * ext/standard/var.c: - Fix for bug #16065 + +2002-06-18 Sander Roobol + + * main/SAPI.c: + Patch by Michael Sisolak to make header() honor the + replace parameter. Closes #16458. + +2002-06-18 Derick Rethans + + * 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 + + * pear/package-PEAR.xml: "Release notes"++ + +2002-06-18 Markus Fischer + + * 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 + + * ext/mbstring/mbstring.c: Fixed bug: #17137, test pass still + +2002-06-18 Edin Kadribasic + + * ext/standard/math.c: ZTS fix. + + * ext/standard/math.c: + Check for +/- infinity in base_convert (bug #14807). + 2002-06-17 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4246e4141c..103f103108 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,7 @@ +2002-06-18 Derick Rethans + + * zend.c: - MFZE1 + 2002-06-17 Andi Gutmans * zend_mm.c: - Improve speed of alignment calculation