mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-11737-sale-mensaje-php-update-required-solo-en-ubuntu' into 'develop'
Ent 11737 sale mensaje php update required solo en ubuntu See merge request artica/pandorafms!6255
This commit is contained in:
commit
36d9f6bb37
@ -1807,7 +1807,8 @@ class ConsoleSupervisor
|
|||||||
$this->cleanNotifications('NOTIF.PHP.SERIALIZE_PRECISION');
|
$this->cleanNotifications('NOTIF.PHP.SERIALIZE_PRECISION');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (version_compare('8.1', PHP_VERSION) >= 0) {
|
// If PHP_VERSION is lower than 8.0.27 version_compare() returns 1.
|
||||||
|
if (version_compare('8.0.27', PHP_VERSION) === 1) {
|
||||||
$url = 'https://www.php.net/supported-versions.php';
|
$url = 'https://www.php.net/supported-versions.php';
|
||||||
$this->notify(
|
$this->notify(
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user