Skip to content

Update requirements for minimal OpenSSL version を取り込み #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion reference/openssl/setup.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: d5da0808c4d6343eb8f0099307d3139102a6f4bf Maintainer: takagi Status: ready -->
<!-- EN-Revision: 3fa666ce023c7f5005cae5c3bf4fbef2b47ef9d1 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,hirokawa,mumumu -->

<chapter xml:id="openssl.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -15,6 +15,7 @@
PHP 7.0 の場合、OpenSSL &gt;= 0.9.8 かつ &lt; 1.2 が必要です。
PHP 7.1-8.0 の場合、OpenSSL &gt;= 1.0.1 かつ &lt; 3.0 が必要です。
PHP &gt;= 8.1 の場合、OpenSSL &gt;= 1.0.2 かつ &lt; 4.0 が必要です。
PHP &gt;= 8.4 の場合、OpenSSL &gt;= 1.1.1 かつ &lt; 4.0 が必要です。
</para>
<warning>
<para>
Expand Down