Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 168f01a

Browse files
committed
Raise libv8 required version to 6.0.45
1 parent d194ecf commit 168f01a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ in your IDE and other code-analysis tools.
7373
### Requirements
7474

7575
#### V8
76-
You will need a recent v8 Google JavaScript engine version installed. At this time the extension is tested on 6.0.4.
76+
You will need a recent v8 Google JavaScript engine version installed. At this time the extension is tested on 6.0.45.
7777

7878
#### PHP
7979
This extension is PHP7-only. It works and tested with both PHP 7.0 and PHP 7.1.

config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if test "$PHP_V8" != "no"; then
88
SEARCH_PATH="/usr/local /usr"
99
SEARCH_FOR="include/v8.h"
1010

11-
V8_MIN_API_VERSION_STR=6.0.4
11+
V8_MIN_API_VERSION_STR=6.0.45
1212

1313
DESIRED_V8_VERSION=`echo "${V8_MIN_API_VERSION_STR}" | $AWK 'BEGIN { FS = "."; } { printf "%s.%s", [$]1, [$]2;}'`
1414

0 commit comments

Comments
 (0)