Skip to content

Commit efe1d40

Browse files
committed
deploy: 8460178
1 parent 3e8b6c9 commit efe1d40

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

devel/simplesamlphp-upgrade-notes-2.5.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,54 @@ <h2 id="software-requirements">
106106
Symfony was upgraded to 7.4 (LTS).
107107
</li>
108108
</ul>
109+
<h2 id="web-proxy">
110+
Web-proxy
111+
</h2>
112+
<ul>
113+
<li>
114+
<p>
115+
This release replaces several cases of
116+
<code>
117+
file_get_contents()
118+
</code>
119+
and direct use of
120+
<code>
121+
curl_
122+
</code>
123+
-functions with the Symfony HTTP-client. If you have a proxy set in
124+
<code>
125+
config.php
126+
</code>
127+
,
128+
please ensure that is has
129+
<code>
130+
http://
131+
</code>
132+
or
133+
<code>
134+
https://
135+
</code>
136+
as a scheme, appropriate to
137+
your use-case. The old
138+
<code>
139+
tcp://
140+
</code>
141+
scheme may no longer work correctly for all use-cases.
142+
</p>
143+
<p>
144+
To be even more future-proof, set the proxy-configuration to
145+
<code>
146+
null
147+
</code>
148+
and use environment-
149+
variables instead. See the
150+
<a href="https://symfony.com/doc/current/http_client.html#http-proxies">
151+
Symfony documentation
152+
</a>
153+
for more information
154+
</p>
155+
</li>
156+
</ul>
109157
<h2 id="general-upgrade-advice">
110158
General Upgrade Advice
111159
</h2>

devel/simplesamlphp-upgrade-notes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@
9696
from older versions of SimpleSAMLphp:
9797
</p>
9898
<ul>
99+
<li>
100+
<a href="simplesamlphp-upgrade-notes-2.5.html">
101+
Upgrade notes for version 2.5
102+
</a>
103+
</li>
99104
<li>
100105
<a href="simplesamlphp-upgrade-notes-2.4.html">
101106
Upgrade notes for version 2.4

0 commit comments

Comments
 (0)