Skip to content

Commit 3fa666c

Browse files
authored
PHP 8.4: Update requirements for minimal OpenSSL version (#4318)
1 parent fda48b4 commit 3fa666c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/openssl/setup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
xlink:href="&url.openssl;">OpenSSL</link> library.
1313
PHP 7.0 requires OpenSSL &gt;= 0.9.8, &lt; 1.2. PHP 7.1-8.0 requires
1414
OpenSSL &gt;= 1.0.1, &lt; 3.0. PHP &gt;= 8.1 requires OpenSSL
15-
&gt;= 1.0.2, &lt; 4.0.
15+
&gt;= 1.0.2, &lt; 4.0. PHP &gt;= 8.4 requires OpenSSL
16+
&gt;= 1.1.1, &lt; 4.0.
1617
</para>
1718
<warning>
1819
<para>

0 commit comments

Comments
 (0)