>
>> 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
> 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
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
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