-
PHP Objects passed to V8 do not support the __call() magic method.
PHP code:
```
class phpObject {
public function __call($name, $params=[]) {
return $name;
}
}
```
Javascript code:
```
//…
-
Hi @zpao ,
Is it possible to tag a release ?
-
could this support wss socket ? is this extension available in windows
-
Hi, Great library I was thinking to make a similar package, You have done a fantastic job.
When I was thinking to develop this package, I was thinking it would be great if we can install v8.js as pe…
-
Hi noticed you was maintainer of the packagist package.
It doesn't seem to be updated to reflect changes with the global/window object and as such my components written in JSX transpiled with browse…
-
So, i'm able to get everything working properly so far using react-bootstrap with a reactjs php implementation (based on [this](https://github.com/reactjs/react-php-v8js) and [this](https://github.com…
-
What is the currently recommended V8 version to use?
I tried building the latest on an Amazon AMI and ran into some issues, however specifically requesting 3.32.6 as referenced in README.Linux.md wor…
-
I have had a lot of trouble compiling on OS X using the method described in the readme.
I have got it working with the following instead (requires g++-4.7).
```
cd /tmp
git clone https://github.com/…
-
If FLAG_FORCE_ARRAY is enabled, it only works if passing the Javascript Object to PHP via a method. Passing the Javascript object to PHP via an attribute of a PHP object still wraps it in a V8Object.
…
-
I have a repeatable segfault when attempting to load the Handlebars.js library.
The segfault can be repeated with the following code:
```
$handlebarsJs = "var root = typeof global !== 'undefined' ? …