From: Date: Fri, 7 Nov 2003 01:32:20 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b3RC1~754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23d16aa99b9c8509ec44d7638907fa915040dbee;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e75c689202..a83f1d6d25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2003-11-06 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * (PHP_4_3) + Zend/zend_operators.c: + MFH: Fixed bug #26148 (Print the notice before modifying variable on type + mismatch). + + * ZendEngine2/zend_operators.c: + Fixed bug #26148 (Print the notice before modifying variable on type + mismatch). + + + Patch by: morten-bugs dot php dot net at afdelingp dot dk + +2003-11-06 Frank M. Kromann + + * ext/ming/ming.c + ext/ming/ming.c: + Getting rid of c++ style comments + +2003-11-06 Rui Hirokawa + + * (PHP_4_3) + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h + main/rfc1867.c: + bug fixed: name parameter of multipart form was not converted into internal + encoding when mbstring.encoding_translation is on. + +2003-11-06 Sascha Schumann + + * ext/oci8/oci8.c + ext/oci8/oci8.c: + WS + + * ext/oci8/oci8.c + ext/oci8/oci8.c: + Fix a format string + + Nuke a sprintf (slooow) + + And embed the charset as part of the hashed details (persistent conn key), + because the function otherwise happily returns incompatible connections. + (e.g. US7ASCII vs. UTF8; the client-side charset is not alterable once a + connection has been established.) + +2003-11-06 Frank M. Kromann + + * ext/ming/ming.c + ext/ming/php_ming.h: + MFB: Adding new features from ming 0.3a. + + * (PHP_4_3) + ext/ming/ming.c + ext/ming/php_ming.h: + Adding new features from ming 0.3a. + 2003-11-05 Ilia Alshanetsky * ext/pcntl/pcntl.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 748d6197ec..203e599113 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2003-11-06 Ilia Alshanetsky + + * zend_operators.c: + Fixed bug #26148 (Print the notice before modifying variable on type + mismatch). + + + Patch by: morten-bugs dot php dot net at afdelingp dot dk + 2003-11-04 Marcus Boerger * zend_execute.c