-
I am experiencing memory leaks using v8js with PHP 5.5 and mod_php.
``` php
-
Some functions doesn't work with default parameters (see result.fetchArray())
``` PHP
-
Hello,
I built v8 with g++4.8 (accidentally), and it surprisingly went fine.
But when I tried to compile v8js, g++ displayed one of those world-famous wall of errors :
```
/bin/bash /home/talanor/p…
-
I'm getting error when try make php-v8js.
I'm using gcc version 4.8.1.
Versions of v8 library which I used to install: 3.20-3.24.
(Ubuntu 13.10, PHP 5.5.3-1)
Also I used gcc 4.7.3 but had same result…
-
hhvm Is not support a V8Js(http://docs.hhvm.com/manual/en/class.v8js.php) ?
``` php
hgati updated
10 years ago
-
Hi all,
pulled latest v8 from github, installed, copied all headers and libs, make fails with the following output:
``````
/bin/bash /tmp/v8js/libtool --mode=compile g++ -std=c++11 -I. -I/tmp/v8js -D…
-
Thank you for a very useful extension. Would it be possible to add an executeFile() method that works just like executeString() except it takes a filename as its first argument? This would avoid hav…
rbro updated
10 years ago
-
We need to call `v8::V8::InitializePlatform` on startup now and `v8::V8::ShutdownPlatform` on shutdown.
See http://comments.gmane.org/gmane.comp.lang.javascript.v8.general/8029
-
global less option to NOT automatically parse the DOM searching for less links to compile.
Something like: autocompile:false
This would be a convenient addition which would allow less.js to be run i…
-
This only seems to happen in Apache (at least a simple test from command line triggering "Array to string conversion" did not crash):
```
#0 0x0000000000000005 in ?? ()
#1 0x00007fffecbfad7c in zen…
rosmo updated
10 years ago