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

2012-04-10 Thread Luke Scott
> >> I'm writing an extension called "V8PHP". It's similar to the V8JS extension, >> but the implementation is quite different. >> >> ... >> >> Anyone know what the problem could be? >> >> Luke > > I figured out that v8 was being compiled in 32 bit mode... Apparently it > thinks "native" means

[PHP-DEV] Re: 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. > > ... > > Anyone know what the problem could be? > > Luke I figured out that v8 was being compiled in 32 bit mode... Apparently it thinks "native" means 32 bit... Recom

[PHP-DEV] Re: Writing an Extension

2005-02-22 Thread Pierre-Alain Joye
On Tue, 22 Feb 2005 09:38:38 +0100 [EMAIL PROTECTED] (Michael Wallner) wrote: > Hi Arjun Jain, you wrote: > > > We need to write a PHP extension for the PI API > > (http://www.picorp.com). > > > Other than ext_skel and PECL_Gen, are there any other options? > > What should I use? And also for th

[PHP-DEV] Re: Writing an Extension

2005-02-22 Thread Michael Wallner
Hi Arjun Jain, you wrote: > We need to write a PHP extension for the PI API (http://www.picorp.com). > Other than ext_skel and PECL_Gen, are there any other options? What > should I use? And also for the previous two, these does not seem to much > information available. > > Can someone please thr