From: Date: Sat, 22 May 2004 00:32:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1_1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e136b9311ca5115d4d5e92e05f64bf0e5530ddc7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b9b5bcd23f..31f2bed37d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2004-05-21 Timm Friebe + + * ext/sybase_ct/php_sybase_ct.c: + - Fixed bug #28354 + +2004-05-21 Wez Furlong + + * ext/standard/dl.c: + Ok, so we do need to rinit here after all. + + * ext/standard/dl.c: + Update to reflect recent changes in dl() + + * pear/PEAR/Common.php: + Better error message to save looking in the wrong place. + +2004-05-21 Derick Rethans + + * NEWS: + - Fixed order (again) + +2004-05-21 Dmitry Stogov + + * NEWS: + Fixed bug #28239 (No results returned on SOAP call, no error given) + +2004-05-21 Ard Biesheuvel + + * ext/interbase/ibase_query.c + ext/interbase/tests/003.phpt: + Removed strcpy() call from most common case + Added test for hash index generation + + * ext/interbase/ibase_query.c: + Added test for duplicate field names when returning rows as hashes or + objects + + * ext/interbase/php_ibase_includes.h: + Make sure METADATALENGTH is defined (used by IB 7) + +2004-05-21 Derick Rethans + + * (PHP_4_3) + main/rfc1867.c: + - MFH: Fixed TSRM problem in latest commit. + + * main/rfc1867.c: + - Fixed TSRM problem in latest commit. + + * (PHP_4_3) + NEWS + main/rfc1867.c: + - MFH: Fixed bug #28456 (Problem with enclosed / in uploaded files). + + * main/rfc1867.c: + - Fixed bug #28456 (Problem with enclosed / in uploaded file names) + +2004-05-21 Greg Beaver + + * pear/PEAR/ErrorStack.php: + fix missing assignment + $this->_errors = array_filter($this->_errors); + + * pear/PEAR/ErrorStack.php: + Several issues resolved. + fix 1444: PEAR_ErrorStack->push() needs to validate $msg and $code as + string/int + add error level checking to hasErrors() and getErrors(). + BC break!!: + staticGetErrors adds the parameter $level between $purge and $merge, as it + will be as common (or more common) as $purge. + 2004-05-20 Ilia Alshanetsky * ext/gd/gd.c: