Choosing PHP version for a Heroku app -
i deployed app heroku , correctly detected php app. works great, there's small issue. heroku chose use php version 5.3, , i'd use version 5.4.
is possible? if so, how?
there several unofficial buildpacks use more modern php versions, here's example uses php 5.4 , has several other improvements: https://github.com/iphoting/heroku-buildpack-php-tyler
to use:
heroku config:add buildpack_url=git://github.com/iphoting/heroku-buildpack-php-tyler.git
... , push new build.
Comments
Post a Comment