Skip to content

Commit 9708996

Browse files
committed
refactor: restore deprecated $proxyIPs
1 parent 55b57df commit 9708996

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

system/HTTP/Request.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ class Request extends OutgoingRequest implements RequestInterface
2121
{
2222
use RequestTrait;
2323

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+
2433
/**
2534
* Constructor.
2635
*

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ Changes
137137
- **Config:** The deprecated Session items in **app/Config/App.php** has been removed.
138138
- **Config:** Routing settings have been moved to **app/Config/Routing.php** config file.
139139
See :ref:`Upgrading Guide <upgrade-440-config-routing>`.
140-
- **Request:** The deprecated property ``$proxyIPs`` has been removed.
141140
- **DownloadResponse:** When generating response headers, does not replace the ``Content-Disposition`` header if it was previously specified.
142141
- **Autoloader:** Before v4.4.0, CodeIgniter autoloader did not allow special
143142
characters that are illegal in filenames on certain operating systems.

0 commit comments

Comments
 (0)