-
At first, thanks for your work on phpv8.
I successfully manage to use V8JS with PHP/Apache for my project, but I discover than V8JS engine seems to become instable when a "die" happens.
It seems…
-
Hi @stesie! I found that it's not an easy task to build both v8js and php-v8 on windows, mostly because of lack of up to date v8 distribution. At this time I don't even build for windows as I don't ev…
-
Is it possible to exclude the default V8JS injected methods in the isolate?
1) Would this improve performance (even, if slightly, by way of reduced JS footprint and php hooks)?
(Flag to remove ht…
-
In v8js/README.Linux.md, the command `cd /tmp` entered the "**\tmp**" folder for the rest of the steps to execute.
But for my own housekeeping, I changed it to another folder, "/tmp/google-V8".
…
-
Hi there,
I just noticed that a the module loader arg for the path does not pass the real path specified in the `require` argument.
```javascript
// JS
var someInclude = require('../../compo…
-
Hello. I don't understand why autocompletion doesn't work.
Project based on Yii2 php-framework.
php:
```
php -v
PHP 7.1.0 (cli) (built: Dec 2 2016 11:32:42) ( NTS )
Copyright (c) 1997-2016 T…
-
Got this after running run_bot.php
[02-28-17 17:20:05] Login failed. Waiting 10 seconds and trying again.
Error constructing bot: Could not construct API. See API log. Could not log in.
HTTP GET …
-
Hi,
I came across [this ReactJS package](https://github.com/talyssonoc/react-laravel) I would like to use with Laravel and Laradock, however, it has an indirect dependency on v8js.
I thought it…
-
Hi,
I have a problem when trying to deploy heroku app.
I'm getting the `push failed` error and this is the exact log pointing to the problem with a v8js version (?).
```
-----> PHP app detected
-----…
-
When I install php56-v8js by using brew, I got the message that 'No available formula with the name "php56-v8js" '
My OS is Sierra 10.12.1 and php version is 5.6.25.
what should do I do in this …