2

As per Phalcon download page, Phalcon for PHP 7 (php7.0-phalcon) is available for Debian 9+ versions only. Is there any way to install the same php7.0-phalcon on Debian 8 (with any .deb package available on packagecloud.io) ?

I don't want to use the usual git repository installation.

jsharma
  • 41
  • 5

1 Answers1

1

Try to download the package directly from PackageClound:

serghei
  • 3,069
  • 2
  • 30
  • 48
  • 1
    Thanks klay. If I download any .deb package for PHP7-Phalcon and try to install it on Debian 8, will it not check the OS compatibility considering php7.0-phalcon is available for Debian 9+ only,? – jsharma Apr 14 '17 at 11:35
  • It seems it is it https://packagecloud.io/phalcon/stable/packages/debian/jessie/php7.0-phalcon_3.1.2-2+php7.0_amd64.deb – serghei Apr 14 '17 at 20:36