changelog Tue Apr 18 05:31:46 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2318&r2=1.2319&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2318 php-src/ChangeLog:1.2319 --- php-src/ChangeLog:1.2318 Mon Apr 17 05:31:44 2006 +++ php-src/ChangeLog Tue Apr 18 05:31:45 2006 @@ -1,3 +1,42 @@ +2006-04-17 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/session/mod_files.c: + MFB51: Fixed Bug #36872 (session_destroy() fails after call to + session_regenerate_id(true)). + + * (PHP_4_4) + ext/session/mod_files.c: + MFH: Fixed Bug #36872 (session_destroy() fails after call to + session_regenerate_id(true)). + + * (PHP_5_1) + NEWS: + Fixed Bug #36872 (session_destroy() fails after call to + + session_regenerate_id(true)). + +2006-04-17 Jani Taskinen <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + BFN + + * (PHP_5_1) + ext/mbstring/config.m4: + MFH: Fixed bug #37103 (libmbfl headers not installed) + + * ext/mbstring/config.m4: + Fixed bug #37103 (libmbfl headers not installed) + +2006-04-17 Sara Golemon <[EMAIL PROTECTED]> + + * (PHP_5_1) + ext/standard/filters.c: + MFH(r-1.55) Fix 'soft line break' handling in + convert.quoted-printable-decode + + * ext/standard/filters.c: + Fix 'soft line break' handling in convert.quoted-printable-decode + 2006-04-16 Ilia Alshanetsky <[EMAIL PROTECTED]> * ext/standard/http_fopen_wrapper.c: