The package php5-phalcon from https://debrepo.frbit.com/ is still in version 1.1
Would be nice to update it.
|
Jun '14 |
10 |
1644 |
2 |
The package php5-phalcon from https://debrepo.frbit.com/ is still in version 1.1
Would be nice to update it.
You can try this PPA: https://launchpad.net/~sjinks/+archive/phalcon
Just use Ubuntu version that matches closely your Debian version.
Or, as a last resort, add that PPA (any version) and build the .deb from the source:
apt-get source php5-phalcon
apt-get build-dep php5-phalcon
cd php-phalcon-*
debuild -i -us -uc
And then install the resulting .deb with dpkg -i
The fortrabbit repo is now upgraded. Sorry for the delay. Before we upgrade extensions on our platform, we usually run/test them for 5-10 days in a testing infrastructure. From now on we'll upgrade the repo as soon as the extensions are installed in our testing and not only when we do the merge to production.