Explorar o código

define V8_ENABLE_SANDBOX if needed

Stefan Siegl %!s(int64=2) %!d(string=hai) anos
pai
achega
fa264c9ec5
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      php_v8js_macros.h

+ 4 - 0
php_v8js_macros.h

@@ -52,6 +52,10 @@ extern "C" {
 #undef COMPILER
 #endif
 
+#ifdef V8_HAS_INITIALIZE_SANDBOX
+#define V8_ENABLE_SANDBOX 1
+#endif
+
 #include <v8.h>
 #include <v8-platform.h>