facebookarchive / extension-example

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

Unimplemented native function #10

Closed euphio closed 9 years ago

euphio commented 9 years ago

I've cloned the repo as is, ran ./build.sh and then ./test.sh and get the following output:

    bool(true)
    bool(false)

    Fatal error: Call to unimplemented native function example_sum() in /home/euphio/extension-example/test.php on line 4

Any suggestions?

euphio commented 9 years ago

Updated HHVM from 3.5 to 3.6.1 and issue is resolved.