Browse Source

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

Stefan Siegl 9 years ago
parent
commit
8e3e0c91b5
1 changed files with 1 additions and 0 deletions
  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)