CHH / heroku-buildpack-php

A more advanced PHP buildpack for Heroku, inspired by the Node.js buildpack
MIT License
265 stars 155 forks source link

Add support for PHP 5.6 in compilation scripts #179

Closed stof closed 9 years ago

stof commented 9 years ago

PHP 5.6+ needs to use builtin opcache too.

Note that PHP 5.6 versions are not yet available in the S3, but I plan to compile them soon for cedar-14 (see #177)

stof commented 9 years ago

This should be merged into development, not in master. I selected the wrong target branch. This is why the PR will appear as closed rather than merged.