-
HI
Do you have any idea why I'm getting this error below when trying to add this in example.php
```
include '../ReactJS.php';
$rjs = new ReactJS(
// location of React's code
file_get_contents('…
-
```
PHP 7.0.9
V8 5.4.419
V8Js php7 (branch) / 1.3.1 (tag)
```
```
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test V8::executeString() : Exception pro…
-
As I finally busted out php-v8js (5.6.10) I tried to use a CommonJS `require('parse5')` however the error message out of the box was as follows:
```
object(V8JsScriptException)[2]
protected 'messa…
-
```
PHP 7.0.8
V8 5.3.337 / 5.4.3
V8Js 1.3.0
```
```
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test V8::executeString() : Forcing to arrays (argument…
-
I'm trying to compile php-v8js itself but I get this error: `configure: error: could not determine libv8 version`
This is the log from ./configure:
```
root@machine:/tmp/v8js# ./configure
checking …
-
Hi!
V8js itself seems to be building, but when I try to do 'make tests', I encounter this:
dyld: lazy symbol binding failed: Symbol not found: __ZN2v88platform21CreateDefaultPlatformEi
Referenced f…
-
``` sh
PHP_VERSION : 7.0.5
ZEND_VERSION: 3.0.0
PHP_OS : Linux - Linux 04b81f41609e 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-1 (2016-03-06) x86_64
```
``` sh
PHP Api Version: 20151012
Zend…
-
Such repository should not need to contain the PHP packages. It should contain only additional packages on top of the heroku default package, to avoid duplicating the maintenance work
-
Hi
I can't for the life of me get this to work, it appears that V8Js isn't loaded. I assume this should be automagically available in my script? I wonder if I've missed a step?
My setup:
- Normal he…
-
I'm trying to run `sudo pecl install v8js-1.2.0`
The initial output is:
`Configuring for:`
`PHP Api Version: 20151012`
`Zend Module Api No: 20151012`
`Zend Extension Api No: 32015…