v8js icon indicating copy to clipboard operation
v8js copied to clipboard

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine

Results 31 v8js issues
Sort by recently updated
recently updated
newest added

This one I feel is bordering on help/feature request than an issue, so apologies in advance.. If I pass an iterable into the JS world (in my case, an instance...

enhancement

I believe recent versions of V8 have native support for ESM modules (https://v8.dev/features/modules). I don't _think_ this is bridged to V8Js via the `setModuleLoader` though (which perhaps just does something...

enhancement

The V8Js object is treated as a special case, and has its own handlers both on the V8 and the PHP sides. Now that V8 wrapping of PHP objects works...

enhancement

$jsFunc = 'function myTestFunc () { return 1}; } '; ok $jsFunc = 'function myTestFunc () { return 11}; } '; ok $jsFunc = 'function myTestFunc () { return '1'};...

bug

I can bring this up to modern c++ standards, i just want to know if I have permission to, and that you would merge the request as long as you...

When i try to install it last time it work only with 10.1.124.12 version of v8 (any hight version wil get all test FAIL in library) Is now some new...

2.1.2 is the latest tag in this repository and it is listed as a stable version on pecl, however on the main page of this GitHub project 2.1.1 is listed...

Hey It's probably time to consider creating a new release, as we're a little behind despite having added some little features and fixes since these: Release: Version 2.1.1 (June 19)...

Why is this lib so difficult to install? Why do we have to do dozens of manipulations/builds just to install this extension? Why libv8-dev and pecl install v8js are not...

lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy php -v PHP 8.1.20 (cli) (built: Jun 8 2023 15:26:07) (NTS) Copyright...