[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