We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723e71c commit 52b9aa4Copy full SHA for 52b9aa4
config.m4
@@ -144,6 +144,9 @@ int main ()
144
if test "$V8_API_VERSION" -lt 4006076 ; then
145
AC_MSG_ERROR([libv8 must be version 4.6.76 or greater])
146
fi
147
+ if test "$V8_API_VERSION" -lt 6004388 ; then
148
+ AC_MSG_WARN([libv8 prior to 6.4.388.18 is missing speculative execution mitigations])
149
+ fi
150
AC_DEFINE_UNQUOTED([PHP_V8_API_VERSION], $V8_API_VERSION, [ ])
151
AC_DEFINE_UNQUOTED([PHP_V8_VERSION], "$ac_cv_v8_version", [ ])
152
else
0 commit comments