-
Hello,
We have a very large array with around 10 thousand records, each having following fields,
array(
array('name' => 'name1', 'email' => 'name@gmail.com'),
array('name' => 'second name'…
-
My build using 6.9.360 is failing on the latest php-7 branch with the following error:
```
/bin/bash /tmp/v8js-php7/libtool --mode=compile g++ -Wno-narrowing -std=c++11 -I. -I/tmp/v8js-php7 -DPHP_…
-
Hello,
As title states, I cannot seem to trigger a PHP exception from within a JS promise and async functions.
Example:
`
$v8js->executeString("new Promise(function(resolve, reject) { reject(n…
-
```php
class BaseClass {
public function bla() {
echo "print bla";
}
}
class Foo extends BaseClass {
}
class Bar extends BaseClass {
}
$v8 = new V8Js('PHP');
$v8->Foo = n…
-
> [root@localhost ~]# pecl install v8js
downloading v8js-2.1.0.tgz ...
Starting to download v8js-2.1.0.tgz (101,553 bytes)
.......................done: 101,553 bytes
28 source files, building
run…
-
This issue is related to #386 , but enriched.
I dont know if the problem is in v8js or v8, I tried hard to follow the code of the extension and I have my doubts.
**Code that produces the error:*…
-
In versions of React > 16.6.3 they start using the `Uint16Array`. This construct works fine when executing string; however, segfaults when creating snapshot:
```php
use V8Js;
$jsTest = 'var newAr…
-
`Fatal error: Uncaught exception 'V8JsException' with message 'V8Js::executeString():1: ReferenceError: document is not defined' in /var/www/html/get_ip.php:26 Stack trace: #0 /var/www/html/get_ip.php…
ghost updated
5 years ago
-
Hello,
I can't install v8js. I've tried PECL and compilation from source. Both attempts end with some error. My setup is:
➜ ~ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.5
BuildVersi…
-
### Info:
Using the instructions to set up runners (either Linux or docker) provided by GitLab:
https://docs.gitlab.com/runner/register/index.html#docker
fails to complete, using either alpine:late…