facebookarchive / extension-example

Basic dynamically loadable extension for HHVM
30 stars 13 forks source link

Support building against specific HHVM version #16

Closed kristapsk closed 7 years ago

kristapsk commented 7 years ago

This allows to specify HPHP_HOME also for the new HHVM versions. Useful when you want to test extension against different versions of HHVM, built on the same machine, not only the default one installed by the package manager. One may want to do it as HHVM breaks compatibility with extensions from time to time.