-
Notifications
You must be signed in to change notification settings - Fork 41
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
Ajout de PHP 7.1 #5
Conversation
Yep exact, en soi même plus besoin de restreindre la version, c’était pour des soucis de compatibilité avec ioncube. |
@@ -75,7 +75,7 @@ | |||
<td><?= affichImg($compatible['chmod']) ?></td> | |||
</tr> | |||
<tr> | |||
<td>Version de PHP >= 5.6 < 7.1</td> | |||
<td>Version de PHP >= 5.6 < 7.2</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On peut donc supprimer le "< 7.2"
@@ -111,7 +111,7 @@ function affichImg($bool) { | |||
|
|||
$compatible['curl'] = extension_loaded('cURL'); | |||
|
|||
$compatible['phpVersion'] = version_compare(PHP_VERSION, '5.6', '>=') && version_compare(PHP_VERSION, '7.1', '<'); | |||
$compatible['phpVersion'] = version_compare(PHP_VERSION, '5.6', '>=') && version_compare(PHP_VERSION, '7.2', '<'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Même chose ici,
version_compare(PHP_VERSION, '5.6', '>=')
devrait suffir.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cela mène sur la page d'installation de MineWeb.
Aussi, j'avais déjà testé avec PHP 7.2 et cela ne semble pas fonctionner.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il ne devrait pas y avoir de soucis avec ça normalement. Perso de mon compté pas de problèmes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nop, désolé ! J'ai re-testé de A à Z
et même sur une autre infrastructure..
http://dev.maximemichaud.me/
PHP 7.0 n'étant plus supporté depuis 4 mois. (Security Support ONLY)
Source : https://secure.php.net/supported-versions.php