I am trying to use PHP Buildpack to use Phalcon extension.
PHP-buildpack
Phalcon extension
I successfully installed Phalcon extension on my Bluemix PHP app, but its version is automatically v1.3.4 Current release is v2.0.5, so I want to install the recent one. I have been trying to find out the solution, but I'm struggling.
How can I install updated version of Phalcon on my PHP Buildpack?
(FYI I have compiled .so file for the latest Phalcon extension)
Thank you!