Skip to content

Commit 5d6e5ad

Browse files
committed
Update User Guide
1 parent ea3f4b0 commit 5d6e5ad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelogs/v4.6.2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">Bugs Fixed</a><a clas
332332
<li><p><strong>Security:</strong> Fixed a bug where the <code class="docutils literal notranslate"><span class="pre">sanitize_filename()</span></code> function from the Security helper would throw an error when used in CLI requests.</p></li>
333333
<li><p><strong>Session:</strong> Fixed a bug where using the <code class="docutils literal notranslate"><span class="pre">DatabaseHandler</span></code> with an unsupported database driver (such as <code class="docutils literal notranslate"><span class="pre">SQLSRV</span></code>, <code class="docutils literal notranslate"><span class="pre">OCI8</span></code>, or <code class="docutils literal notranslate"><span class="pre">SQLite3</span></code>) did not throw an appropriate error.</p></li>
334334
<li><p><strong>SiteURI:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">SiteURIFactory::parseRequestURI()</span></code> where serving the app from a subfolder using <code class="docutils literal notranslate"><span class="pre">mod_rewrite</span></code> while preserving the <code class="docutils literal notranslate"><span class="pre">index.php</span></code> file would cause incorrect route path detection.</p></li>
335+
<li><p><strong>SiteURI:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">SiteURIFactory::parseRequestURI()</span></code> where folder names containing multibyte (non-ASCII) characters were not correctly resolved when the application was served from a subfolder.</p></li>
335336
<li><p><strong>URI:</strong> Fixed a bug in <code class="docutils literal notranslate"><span class="pre">URI::getAuthority()</span></code> where schemes without defined default ports (like <code class="docutils literal notranslate"><span class="pre">rtsp://</span></code>) would cause issues due to missing array key handling.</p></li>
336337
</ul>
337338
<p>See the repo’s

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)