0 votes
1.3k views
in Phalcon by

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!

1 Answer

0 votes
by
Had not done this before, but you could just upgrade the buildpack and following the phalcon thereafter. Shoudnt be a problem. Do this over console,

Related questions

0 votes
1 answer 1.0k views
asked Jul 29, 2016 in Phalcon by Robin
0 votes
1 answer 12.5k views
asked Aug 19, 2016 in General by Shed
0 votes
1 answer 630 views
asked Oct 29, 2021 in General by anonymous
+2 votes
2 answers 10.3k views
0 votes
1 answer 678 views
asked Jan 23, 2022 in General by Sarath
...