-
➜ laradock git:(master) ✗ docker-compose build workspace
Building workspace
Step 1/175 : ARG LARADOCK_PHP_VERSION
Step 2/175 : FROM laradock/workspace:2.2-${LARADOCK_PHP_VERSION}
---> c2dc1933ec…
-
Hello,
I try to compile v8js, but i have this error :
checking for V8 version... NONE
configure: error: could not determine libv8 version
Any idea ?
Thanks,
Nico
-
So, Debian 10 has replaced libv8-dev with libnode-dev which has shifted the v8 include files into a new location. Now when you try to install using 'pecl install v8js' it pops up with this:
```
ch…
-
PHP: 7.2
Currently when provisioning the box we get the following errors:
```
[vagrant] ==> default: Notice: /Stage[main]/Apt::Update/Exec[apt_update]: Dependency Exec[add-apt-repository-ppa:pin…
-
There's some sort of weird provisioning issue currently. On the first provision, it fails after adding the PPAs with:
```
==> default: Notice: /Stage[main]/Chassis::Php/Package[software-properties…
-
This should be possible, but a lot more time needed to experiment and create a proof of concept.
-
Ubuntu 16.04.
Compiling `v8`:
> git checkout 6.4.388.18 && gclient sync
> tools/dev/v8gen.py -vv x64.release -- is_component_build=true use_custom_libcxx=false
> ninja -C out.gn/x64.release/
…
-
Dear,
The library is great and the precision is very good. However, i have performances issues.
I'm running the tool on a list of 15,000 entries (2-3 words per entry, 1 field only) that i want t…
-
Linux ubuntu
PHP 5.4.20
V8js-0.1.3
Make back
```
Makefile:181: recipe for target 'v8js.lo' failed
Make: *** [v8js.lo] Error 1
```
How to solve this error
-
Compiling on Fedora:30 using Remi's PHP 7.3 repo against V8 `7.5.288.23`.
*Snippet for v8 section*
```
# Install Packages
RUN apt-get update \
&& apt-get -yqq upgrade \
&& apt-get -yqq …