We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon APT repository for Debian

Hi!

I created my own APT repository for Debian Jessie amd64. I'll port phalcon for Debian Wheezy and x86 later.

Source packaging: https://github.com/HanXHX/phalcon-debian

I created an Ansible role to install on your servers. => https://galaxy.ansible.com/list#/roles/5212

Install guide as root:

gpg --keyserver pgpkeys.mit.edu --recv-key 31F49B93
gpg -a --export 31F49B93 | apt-key add -
echo 'deb https://apt.debianiste.org/debian jessie main' > /etc/apt/sources.list.d/phalcon
apt-get update
apt-get install php5-phalcon

I'll try to port all new versions as quick as possible.

Enjoy!

Emilien



2.1k

Hi Emilien,

Any chace you can compile it for PHP 7.0?

Have a look at this discussion too.. Docker Local Dev Env for PhalconPHP

edited Feb '16

Hi Luigi,

I'll support php 7.0 (from dotdeb.org) when phalcon 2.1 will be stable.

I'll create something 2 packages (with name convention):

  • php5-phalcon (like now)
  • php7.0-phalcon (phalcon 2.1 for php 7.0)... i think it can work too for debian stretch (current debian testing)

Cheers.

Emilien



2.1k