Skip to content

Commit dea7395

Browse files
committed
set v8 version accordingly
1 parent 4033f28 commit dea7395

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.w32

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ if (PHP_V8JS != "no") {
1515
ADD_FLAG("CFLAGS_V8JS", "/D __STDC_LIMIT_MACROS");
1616

1717
// defaults
18-
var v8major = 5;
19-
var v8minor = 8;
20-
var v8build = 301;
21-
var v8patch = 0;
18+
var v8major = 7;
19+
var v8minor = 0;
20+
var v8build = 276;
21+
var v8patch = 11;
2222
var v8pinc = search_paths("v8-version.h", php_usual_include_suspects, null);
2323
if (typeof(v8pinc) == "string") {
2424
var v8versionh = file_get_contents(v8pinc + '\\v8-version.h');

0 commit comments

Comments
 (0)