estebanmatias92 / docker-hhvm

HHVM base image.
MIT License
7 stars 1 forks source link

hhvm-ext-install doesn't work with every hhvm extension out there #2

Closed estebanmatias92 closed 9 years ago

estebanmatias92 commented 9 years ago

This should be standardized under a common interface. https://registry.hub.docker.com/u/estebanmatias92/hhvm-improved/build_id/41626/code/byrgy9zpkrb889q3ztw892p/

estebanmatias92 commented 9 years ago

This function will only work for plugins made for hhvm 3.2.0 or higher versions. Due to they not require $HPHP_HOME directory for find the HHVM executables.

Works well with mongofill/mongofill-hhvm and PocketRent/hhvm-pgsql.

33b77954ca3d53e289496ae9a6f6d24c80e4177a 58d8036622aed1c8bb4319020c350bf265603251

estebanmatias92 commented 9 years ago

Currently the PocketRent/hhvm-pgsql only works with the hhvm 3.6.0 version. I recommend use this repository from dstelter instead.