[PHP-DEV] Writing an extension - dyld: ...Symbol not found

2012-04-09 Thread Luke Scott
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

[PHP-DEV] Writing an Extension

2005-02-21 Thread Arjun Jain
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