Skip to main content

Support for V8 Javascript Engine for PHP

Comments

1 comment

  • Matthias Van Woensel

    it might be a little more work, but you should be able to install just about anything using the hooks, see: https://docs.platform.sh/configuration/app/build.html#hooks

     

    Check out the install instructions for v8

    https://github.com/v8/v8

     

    Alternatively, you could compile the binaries, upload them somewhere, and use the hooks to download and copy them in place. Might want to use LD_LIBRARY_PATH, to add a directory where you can place those files.

    LD_LIBRARY_PATH=. ./your_custom_so_files

    0

Please sign in to leave a comment.