extension-example icon indicating copy to clipboard operation
extension-example copied to clipboard

Basic dynamically loadable extension for HHVM

Results 3 extension-example issues
Sort by recently updated
recently updated
newest added

Installed HHVM via Homebrew. Then run ./build.sh and get errors: ``` [100%] Linking CXX shared library example.so Undefined symbols for architecture x86_64: "HPHP::StringData::Make(char const*, unsigned long, HPHP::CopyStringMode)", referenced from: HPHP::Extension::moduleInfo(HPHP::Array&)...

root@azguard:/opt/hhvm/hphp/runtime/ext/extension-example# ./build.sh *\* hphpize complete, now run `cmake . && make` to build -- Configuring for HHVM API version 20140702 -- Configuring done -- Generating done -- Build files have...

I have built hhvm locally. Ubuntu 12.04. I am able to build the example.so file. However, when trying to run test.sh I get this error: Uncaught exception: Could not load...