Christoph Hochstrasser
Christoph Hochstrasser
I dunno if you tried my build pack, but deploys are already pretty fast because Composer's standard caching is already active. It's currently not that easy to implement it, because...
I also already thought long about this, I oriented myself on the Node build pack, but couldn't come up with any good idea yet. @stof Do you have any idea...
Thanks @stof!
See this gist for now: https://gist.github.com/1305922
Yep, that's a good one. Do other PHP environment managers already support this?
I thought of simply failing with "PHP version x.y.z not found" instead of the weird sounding tar/gzip error and aborting the build immediately without trying to install extensions.
Hi @Azer-! It wouldn't be really complicated to use libs from other S3 buckets. The extension binary has to match the PHP series though, so you need a build for...
@stof All variables set with `heroku config` are automatically written to the FPM config and should be available at runtime in both `$_SERVER` and `$_ENV`. (See also http://chh-php-test.herokuapp.com/info)
@stof Yes it makes sense to me :smiley:
@mikehale @friism Could you have a look at my [implementation](https://github.com/CHH/heroku-buildpack-php/compare/development...feature/nginx-logs-fifo)? FPM starts up with the FIFO as log file, but NGINX just hangs and doesn't start up. I have no...