changelog Wed Mar 22 06:31:43 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2291&r2=1.2292&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2291 php-src/ChangeLog:1.2292 --- php-src/ChangeLog:1.2291 Tue Mar 21 06:31:43 2006 +++ php-src/ChangeLog Wed Mar 22 06:31:42 2006 @@ -1,3 +1,104 @@ +2006-03-21 Sara Golemon <[EMAIL PROTECTED]> + + * main/streams/streams.c: + Allow grow_mode && !bufstart (original assertion logic) + +2006-03-21 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_1) + Makefile.gcov: + MFH: + - Drop --no-prefix as disables --prefix which we do for + http://gcov.php.net + + * Makefile.gcov: + - Drop --no-prefix as disables --prefix which we do for http://gcov.php.net + +2006-03-21 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/oci8/oci8_interface.c + ext/oci8/oci8_interface.c: + change oci_field_type() to return VARCHAR2 instead of VARCHAR + (fixes feature request #36800) + +2006-03-21 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/mysqli/mysqli_nonapi.c: + MFB51: Fixed bug #36802 (mysqli_set_charset() crash with a non-open + connection). + + * (PHP_5_1) + NEWS + ext/mysqli/mysqli_nonapi.c: + Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection). + +2006-03-21 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/oci8/oci8_lob.c + ext/oci8/oci8_lob.c: + reimplement php_oci_lob_read() and fix PECL bug #5995 + now the function dosn't try to read data by blocks, as this is nearly + impossible + to do with Unicode and regular LOBs in the same time + + * main/main.c: + fix spelling + +2006-03-21 Dmitry Stogov <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + Fixed bug #36721 (The SoapServer is not able to send a header that it + didn't receive) + + * (PHP_5_1) + NEWS + main/main.c + main/main.c: + Fixed bug #36809 (__FILE__ behavior changed) + +2006-03-21 Rui Hirokawa <[EMAIL PROTECTED]> + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + added mb_check_encoding() to detect possible invalid encoding attack. + +2006-03-21 Dmitry Stogov <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy) + +2006-03-21 Rui Hirokawa <[EMAIL PROTECTED]> + + * ext/mbstring/mbstring.c: + changed a option name based on PHP naming convension. + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + MF PHP_5_1 + + * (PHP_5_1) + ext/mbstring/mbstring.c: + -** empty log message *** + + * (PHP_5_1) + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + + +2006-03-21 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/standard/syslog.c: + MFB51: Fixed bug #36689 (Removed arbitrary limit on the length of syslog + messages). + + * (PHP_5_1) + NEWS + ext/standard/syslog.c: + Fixed bug #36689 (Removed arbitrary limit on the length of syslog + messages). + 2006-03-20 Antony Dovgal <[EMAIL PROTECTED]> * ext/standard/basic_functions.c