J'essaye depuis un bon moment de faire une migration sous Mac de mon PHP (7.1.33) vers la version (8.0) mais malgré plusieurs tentatives par le terminal, rien ne change.
Code : Tout sélectionner
PS /Users/Melodium> php -v
PHP 7.1.33 (cli) (built: Jan 18 2020 13:49:07) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend TechnologiesCode : Tout sélectionner
PS /Users/Melodium> curl -s https://php-osx.liip.ch/install.sh | bash -s 7.3 Detected macOS High Sierra 10.13. All ok.
Get packager.tgz
Unpack packager.tgz
Please type in your password, as we want to install this into /usr/local
Password:
Start packager (may take some time) using /usr/bin/python2.7
downloading https://s3-eu-west-1.amazonaws.com/php-osx.liip.ch/install/7.3-10.10-frontenddev-latest.dat
downloading https://s3-eu-west-1.amazonaws.com/php-osx.liip.ch/install/7.3-10.10/frontenddev/7.3-10.10-frontenddev-7.3.8-20190811-205217.tar.bz2
Installing package 7.3-10.10-frontenddev into root /
Package 7.3-10.10-frontend dev is already installed at version 7.3.8-20190811-205217. You wanted to install version 7.3.8-20190811-205217.
Finished.
PS /Users/Melodium> php -v
PHP 7.1.33 (cli) (built: Jan 18 2020 13:49:07) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
PS /Users/Melodium> Pouvez-Vous m'aidé
Merci