Explorar o código

Add ZEND_ARG_INFO for V8Js::__construct 5th arg: snapshot_blob

Stefan Siegl %!s(int64=9) %!d(string=hai) anos
pai
achega
8e3e0c91b5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      v8js_class.cc

+ 1 - 0
v8js_class.cc

@@ -1122,6 +1122,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_v8js_construct, 0, 0, 0)
 	ZEND_ARG_INFO(0, variables)
 	ZEND_ARG_INFO(0, extensions)
 	ZEND_ARG_INFO(0, report_uncaught_exceptions)
+	ZEND_ARG_INFO(0, snapshot_blob)
 ZEND_END_ARG_INFO()
 
 ZEND_BEGIN_ARG_INFO(arginfo_v8js_sleep, 0)