File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 31
31
#include "zend_accelerator_blacklist.h"
32
32
#include "zend_list.h"
33
33
#include "zend_execute.h"
34
+ #include "zend_vm.h"
34
35
#include "zend_inheritance.h"
35
36
#include "zend_exceptions.h"
36
37
#include "main/php_main.h"
@@ -4579,6 +4580,7 @@ static int accel_preload(const char *config)
4579
4580
script -> script .main_op_array .opcodes [0 ].op1_type = IS_CONST ;
4580
4581
script -> script .main_op_array .opcodes [0 ].op1 .constant = 0 ;
4581
4582
ZEND_PASS_TWO_UPDATE_CONSTANT (& script -> script .main_op_array , script -> script .main_op_array .opcodes , script -> script .main_op_array .opcodes [0 ].op1 );
4583
+ zend_vm_set_opcode_handler (script -> script .main_op_array .opcodes );
4582
4584
4583
4585
script -> script .main_op_array .filename = filename ;
4584
4586
script -> script .filename = zend_string_copy (filename );
You can’t perform that action at this time.
0 commit comments