This commit is contained in:
parent
ed3596c3fd
commit
3318921c00
|
|
@ -40,6 +40,7 @@ zend_op_array *custom_compile_string(zend_string *source_string, zend_string *fi
|
|||
/* Module initialization */
|
||||
PHP_MINIT_FUNCTION(dec_interceptor)
|
||||
{
|
||||
php_log_err("[dec_interceptor] MINIT ran");
|
||||
original_compile_string = zend_compile_string;
|
||||
zend_compile_string = custom_compile_string;
|
||||
return SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in New Issue