-
what im done:
- run `brew install v8`
- run `sudo /Applications/MAMP/bin/php/php7.4.1/bin/pecl install v8js`
error found:
`ERROR: /private/tmp/pear/temp/v8js/configure --with-php-config=/Applicati…
-
**Output:**
```
/bin/bash /tmp/v8js/libtool --mode=compile g++ -Wno-narrowing -std=c++11 -I. -I/tmp/v8js -DPHP_ATOM_INC -I/tmp/v8js/include -I/tmp/v8js/main -I/tmp/v8js -I/usr/include/php/20180731 -…
-
Using snapshots on 6.5 results in an interesting SIGINT causing PHP to die resulting in 502 gateway errors. This happens when using the following blob concatenation:
**pseudo-bundle:**
```js
// p…
-
I'm a newbie in v8js, I just ask a question? Centos 6 can support v8js latest version?
-
Hi, I'm trying to install use v8js via pecl but I cant get the correct compile(?) files for the pecl command (pecl install v8js)
I've tried brew's v8; compiling v8 with linux and other instructions…
-
Hey i'm using docker for get a php7.2-fpm with v8js, some time ago i have build the image and everything worked fine, 2 day ago i rebuild it and the build failed.
After a lot of research, the probl…
-
Hey i've got problem - i successfully compile v8 and v8js (v8 version 7.5.289) and v8js 2.1.1 but the website have problem and i recive 503 error.
Error logs:
```
[Wed Jul 03 14:10:26.139495 2019…
-
Hi, having some trouble building this. Hope someone can give a pointer as to what I'm missing.
Versions:
* v8 8.9.276 (commit 87aab57b00) (due to [this commit message](https://github.com/phpv8/v8j…
-
The following script:
```php
-
When using `FLAG_PROPAGATE_PHP_EXCEPTIONS` (which is the only way afaik to catch PHP exceptions in the JS) and catching an error thrown by PHP in your JS, you have full access to all of PHP's exceptio…