Skip to content
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

index.phpのシステム要件チェックをあげる #6316

Open
dotani1111 opened this issue Nov 28, 2024 · 0 comments
Open

index.phpのシステム要件チェックをあげる #6316

dotani1111 opened this issue Nov 28, 2024 · 0 comments
Labels
Milestone

Comments

@dotani1111
Copy link
Contributor

dotani1111 commented Nov 28, 2024

概要(Overview)

7.4.0でチェックしている

ec-cube/index.php

Lines 9 to 12 in 04acffb

// システム要件チェック
if (version_compare(PHP_VERSION, '7.4.0') < 0) {
die('Your PHP installation is too old. EC-CUBE requires at least PHP 7.4.0. See the <a href="https://doc4.ec-cube.net/quickstart/requirement" target="_blank">system requirements</a> page for more information.');
}

期待する内容(Expect) or 要望(Requirement)

4.3では8.1〜なので修正が必要かと思います。

@ji-eunsoo ji-eunsoo added improvement 機能改善 bug:Low and removed improvement 機能改善 labels Dec 2, 2024
@ji-eunsoo ji-eunsoo added this to the 4.3.x milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants