diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-04-14 16:03:04 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-04-14 16:03:04 +0200 |
commit | 27b5005d23ab2d55e459b59890d0108e100cb070 (patch) | |
tree | e4c4ea329e457377aa161c8f4ac15ad5efa88c3d /user_guide/changelog.html | |
parent | 75eedf56b0c4bac55c3160747a500ee788cbfc18 (diff) |
added check to make sure the URI path is not constructed entirely of slashes in URI::_fetch_uri_string()
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index bc1a5072c..a7ad022d2 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -103,7 +103,8 @@ Change Log <li>Fixed an AR_caching error where it wasn't tracking table aliases (#3463).</li>
<li>Fixed a bug in the DB class testing the $params argument.</li>
<li>Fixed a bug in the Table library where the integer 0 in cell data would be displayed as a blank cell.</li>
- <li>Fixed bugs (#3523, #4350) in get_filenames() with recursion and problems with Windows when $include_path is used.</p>
+ <li>Fixed bugs (#3523, #4350) in get_filenames() with recursion and problems with Windows when $include_path is used.</li>
+ <li>Fixed a bug (#4413) where a URI containing slashes only e.g. 'http://example.com/index.php?//' would result in PHP errors</li>
</ul>
<h2>Version 1.6.1</h2>
|