Skip to content

Commit 5c56592

Browse files
committed
Update User Guide
1 parent 6a812d7 commit 5c56592

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
@@ -331,6 +331,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">Bugs Fixed</a><a clas
331331
<li><p><strong>Email:</strong> Fixed a bug where <code class="docutils literal notranslate"><span class="pre">Email::getHostname()</span></code> failed to use <code class="docutils literal notranslate"><span class="pre">$_SERVER['SERVER_ADDR']</span></code> when <code class="docutils literal notranslate"><span class="pre">$_SERVER['SERVER_NAME']</span></code> was not set.</p></li>
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>
334+
<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>
334335
</ul>
335336
<p>See the repo’s
336337
<a class="reference external" href="https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md">CHANGELOG.md</a>

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)