liip / php-osx

DEPRECATED: See https://php-osx.liip.ch/ for details. The uploader and website for the PHP 5 package for OS X 10.6 built with https://github.com/liip/build-entropy-php
http://php-osx.liip.ch
Other
328 stars 30 forks source link

How can i do install specific version? #253

Closed mahirfatihunal closed 3 years ago

mahirfatihunal commented 6 years ago

Hi all,

How can i do install specific version? For example php5-7.2.2-20180201-132629

curl -s https://php-osx.liip.ch/install.sh | bash -s 7.2.2-20180201-132629

or

curl -s https://php-osx.liip.ch/install.sh | bash -s 7.2.2

i have tried it but it doesnt possible.

chregu commented 3 years ago

This project is now deprecated and won't get any more updates (since quite some time, but we made it official now).

The binaries and scripts will still be available for the foreseeable future.

We recommend using a homebrew based setup for an up-to-date local and native PHP experience.

See https://php-osx.liip.ch/ for more details.