Skip to content

v0.3.0

Compare
Choose a tag to compare
@CHH CHH released this 27 Dec 16:04
· 148 commits to master since this release

Merry Christmas everyone!

  • Add scripts for pre-building some popular extensions, like Mongo, Redis, Imagick, Libevent,…
  • Add support for adding extensions like Mongo on-demand, driven by ext- requirements in composer.json, e.g. require ext-libevent to add the libevent extension
  • Add BCMath and EXIF extensions to PHP
  • Add mcrypt to PHP
  • Add the intl extension
  • Add support for Slim, CakePHP and Magento frameworks
  • Add sockets to PHP
  • Add support for installing NPM packages found in package.json files, which can be used at compile time (e.g. the LESS compiler)
  • Cache binaries for faster builds and less bandwidth costs for me.
  • Add NewRelic support.
  • Add support for imagick extension
  • Frameworks now support a post-compile method
  • composer.lock is now mandatory
  • Composer packages are now detected by looking at the composer.lock.
  • Vulcan is now installed with bundler
  • A HEROKU_BUILD_TIME variable is now set when compiling the slug, which is available at runtime.
  • Symfony apps now only expose app.php, previously also app_dev.php was reachable.