diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-29 18:36:42 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-29 18:36:42 +0200 |
commit | 133e66626bb410571a8350376d3f81ed8bc9143f (patch) | |
tree | cba4340c0355f73b63b1a405779621820e883d61 /user_guide | |
parent | d6d70e327b74018ab1cd59185a0dc970cd0711be (diff) |
fixed a bug where a PHP error would result when passing objects as values to the Session class
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 3006de753..dff273d9d 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -153,6 +153,7 @@ Hg Tag: </p> <li>Fixed a bug (#10470) where <kdb>get_mime_by_extension()</kbd> was case sensitive.</li> <li>Fixed a bug where some error messages for the SQLite and Oracle drivers would not display.</li> <li>Fixed a bug where files created with the Zip Library would result in file creation dates of 1980.</li> + <li>Fixed a bug in the Session library that would result in PHP error when attempting to store values with objects.</li> <li>Fixed a bug where extending the Controller class would result in a fatal PHP error.</li> </ul> |