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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -