changelog Thu Nov 6 20:32:16 2003 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1439 php-src/ChangeLog:1.1440 --- php-src/ChangeLog:1.1439 Wed Nov 5 20:31:42 2003 +++ php-src/ChangeLog Thu Nov 6 20:32:14 2003 @@ -1,3 +1,64 @@ +2003-11-06 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/ming/ming.c + ext/ming/ming.c: + Getting rid of c++ style comments + +2003-11-06 Rui Hirokawa <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * ext/pcntl/pcntl.c