We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4033f28 commit dea7395Copy full SHA for dea7395
config.w32
@@ -15,10 +15,10 @@ if (PHP_V8JS != "no") {
15
ADD_FLAG("CFLAGS_V8JS", "/D __STDC_LIMIT_MACROS");
16
17
// defaults
18
- var v8major = 5;
19
- var v8minor = 8;
20
- var v8build = 301;
21
- var v8patch = 0;
+ var v8major = 7;
+ var v8minor = 0;
+ var v8build = 276;
+ var v8patch = 11;
22
var v8pinc = search_paths("v8-version.h", php_usual_include_suspects, null);
23
if (typeof(v8pinc) == "string") {
24
var v8versionh = file_get_contents(v8pinc + '\\v8-version.h');
0 commit comments