]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 18 Apr 2006 05:31:45 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Tue, 18 Apr 2006 05:31:45 +0000 (05:31 +0000)
ChangeLog

index 11a3e2d617bb2814e02836e0b72ee0c87b7fbb79..6518335d12acb470a313021604514f9af696b150 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2006-04-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * 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  <jani.taskinen@sci.fi>
+
+    * (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  <sara@golemon.com>
+
+    * (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  <ilia@prohost.org>
 
     * ext/standard/http_fopen_wrapper.c: