You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.8.0.rst
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,13 @@ Method Signature Changes
54
54
- **Database:** The following methods have had their signatures updated to remove deprecated parameters:
55
55
- ``CodeIgniter\Database\Forge::_createTable()`` no longer accepts the deprecated ``$ifNotExists`` parameter. The method signature is now ``_createTable(string $table, array $attributes)``.
56
56
57
+
Method Scope Changes
58
+
====================
59
+
60
+
- **HTTP:** The following methods have changed their scope (visibility):
61
+
- ``CodeIgniter\HTTP\URI::setUri()`` is now private (previously public).
62
+
- ``CodeIgniter\HTTP\URI::refreshPath()`` is now protected (previously public).
63
+
57
64
Removed Deprecated Items
58
65
========================
59
66
@@ -132,9 +139,7 @@ Removed Deprecated Items
132
139
- ``CodeIgniter\HTTP\URI::$baseURL`` (deprecated since v4.4.0)
133
140
- ``CodeIgniter\HTTP\URI::setBaseURL()`` (deprecated since v4.4.0)
134
141
- ``CodeIgniter\HTTP\URI::getBaseURL()`` (deprecated since v4.4.0)
135
-
- ``CodeIgniter\HTTP\URI::setURI()`` (deprecated since v4.4.0)
136
142
- ``CodeIgniter\HTTP\URI::setScheme()`` (deprecated since v4.4.0)
137
-
- ``CodeIgniter\HTTP\URI::refreshPath()`` (deprecated since v4.4.0)
138
143
- ``CodeIgniter\HTTP\SiteURI::$segments`` (deprecated since v4.4.0)
139
144
- ``CodeIgniter\HTTP\SiteURI::setBaseURL()`` (deprecated since v4.4.0)
140
145
- ``CodeIgniter\HTTP\SiteURI::setURI()`` (deprecated since v4.4.0)
0 commit comments