heroku-buildpack-php icon indicating copy to clipboard operation
heroku-buildpack-php copied to clipboard

A more advanced PHP buildpack for Heroku, inspired by the Node.js buildpack

Results 38 heroku-buildpack-php issues
Sort by recently updated
recently updated
newest added

I'm trying to launch with PHP 5.3.23 but no matter what I set in the composer file, it gets ignored :-/ { "require": { "php": ">=5.3.23" }, "engines": { "php":...

It would be awesome if xhprof extension would be added to this buildpack. I'm trying to debug something and it cannot be done without it :/

PHP extension

Can I fork this and add another framework. I'm trying to install [Invoice Ninja](http://www.invoiceninja.org) I started developing a [build pack](https://github.com/karneaud/invoiceninja-buildpack) for it but not sure what is the next step...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Hello friend, I need your help with a problem to the symfony2.7 upload on heroku, I entered the command “git push heroku master” this is the error : https://drive.google.com/file/d/0BztswIqNuWoTQjA4enJzelM0dlU/view I...

Hi. Could we please have the curl for this buildpack support SFTP? It would make my life sooo much easier :+1:

Hello, I am trying to get ImageMagick working, but it keeps failing with ``` PHP Warning: PHP Startup: Unable to load dynamic library '/app/vendor/php/lib/php/extensions/no-debug-non-zts-20121212/imagick.so' - libMagickWand.so.2: cannot open shared object...

bug
PHP extension

I am trying to add GMP extension to a custom buildpack but I am not sysadmin and it has being hard: https://github.com/heroku/heroku-buildpack-php/issues/117

It looks like nginx logs are written to the [filesystem](https://github.com/CHH/heroku-buildpack-php/blob/master/conf/nginx/base.conf.erb#L14-L15), which could fill up the disk on a busy dyno and also hides nginx logs from `heroku logs`. What about...

bug

composer -> require: 'ext-memcached' doesn't work php-memcached is missing from s3_bucket perhaps that's the reason?

bug
PHP extension