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

Ajout de PHP 7.1 #5

Merged
merged 2 commits into from
Apr 25, 2018
Merged

Ajout de PHP 7.1 #5

merged 2 commits into from
Apr 25, 2018

Conversation

MaximeMichaud
Copy link
Member

PHP 7.0 n'étant plus supporté depuis 4 mois. (Security Support ONLY)
Source : https://secure.php.net/supported-versions.php

@Eywek
Copy link
Member

Eywek commented Apr 23, 2018

Yep exact, en soi même plus besoin de restreindre la version, c’était pour des soucis de compatibilité avec ioncube.

@Eywek Eywek self-requested a review April 23, 2018 08:18
@Eywek Eywek changed the base branch from master to development April 23, 2018 08:47
@@ -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>
Copy link
Member

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', '<');
Copy link
Member

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.

Copy link
Member Author

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.

Copy link
Member

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.

Copy link
Member Author

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/
image
image

@Eywek Eywek merged commit 4f9aac1 into MineWeb:development Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants