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

Commit d90b4a9

Browse files
committed
Require libv8 >= 6.3.248, #71
1 parent ec8260b commit d90b4a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if test "$PHP_V8" != "no"; then
1919
SEARCH_PATH="/usr/local /usr"
2020
SEARCH_FOR="include/v8.h"
2121

22-
V8_MIN_API_VERSION_STR=6.3.163
22+
V8_MIN_API_VERSION_STR=6.3.248
2323

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

tests/001-verify_extension_entities.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ class V8\ScriptCompiler
412412
const OPTION_PRODUCE_PARSER_CACHE = 1
413413
const OPTION_CONSUME_PARSER_CACHE = 2
414414
const OPTION_PRODUCE_CODE_CACHE = 3
415-
const OPTION_CONSUME_CODE_CACHE = 4
415+
const OPTION_CONSUME_CODE_CACHE = 5
416416
public static function cachedDataVersionTag(): int
417417
public static function compileUnboundScript(V8\Context $context, V8\ScriptCompiler\Source $source, int $options): V8\UnboundScript
418418
public static function compile(V8\Context $context, V8\ScriptCompiler\Source $source, int $options): V8\Script

0 commit comments

Comments
 (0)