I'm writing an extension called "V8PHP". It's similar to the V8JS extension,
but the implementation is quite different.
I'm having trouble linking the v8 library to my extension. When I run a PHP
script via CLI I get:
dyld: lazy symbol binding failed: Symbol not found: __ZN2v86String3NewEPKci
Hello everyone,
I am not sure if this is the right place to ask this but let me anyways.
We need to write a PHP extension for the PI API (http://www.picorp.com).
I have been googling and reding up stuff over the net for the last 3 days
but alas not to much help.
Other than ext_skel and PECL_Gen, ar