File tree 2 files changed +9
-1
lines changed
user_guide_src/source/changelogs
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,15 @@ class Request extends OutgoingRequest implements RequestInterface
21
21
{
22
22
use RequestTrait;
23
23
24
+ /**
25
+ * Proxy IPs
26
+ *
27
+ * @var array<string, string>
28
+ *
29
+ * @deprecated 4.0.5 No longer used. Check the App config directly
30
+ */
31
+ protected $ proxyIPs ;
32
+
24
33
/**
25
34
* Constructor.
26
35
*
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ Changes
137
137
- **Config: ** The deprecated Session items in **app/Config/App.php ** has been removed.
138
138
- **Config: ** Routing settings have been moved to **app/Config/Routing.php ** config file.
139
139
See :ref: `Upgrading Guide <upgrade-440-config-routing >`.
140
- - **Request: ** The deprecated property ``$proxyIPs `` has been removed.
141
140
- **DownloadResponse: ** When generating response headers, does not replace the ``Content-Disposition `` header if it was previously specified.
142
141
- **Autoloader: ** Before v4.4.0, CodeIgniter autoloader did not allow special
143
142
characters that are illegal in filenames on certain operating systems.
You can’t perform that action at this time.
0 commit comments