X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=7279ff5abcc35316cf7dce4af1494aa0cf58a8a1;hp=71b554e3937ca33ba61bc4d6bcbec02ec6069678;hb=8d1d1243a8a42b0046ac670808913b3bb06c994b;hpb=5ec2f9ac17f56aee266dc78b4bf657f2cf0910b1 diff --git a/php_psi.h b/php_psi.h index 71b554e..7279ff5 100644 --- a/php_psi.h +++ b/php_psi.h @@ -26,6 +26,8 @@ #ifndef PHP_PSI_H #define PHP_PSI_H +#include "php.h" + extern zend_module_entry psi_module_entry; #define phpext_psi_ptr &psi_module_entry @@ -73,7 +75,11 @@ ZEND_BEGIN_MODULE_GLOBALS(psi) char *engine; char *directory; char *search_path; + struct psi_context_ops *ops; struct psi_context *context; + struct { + struct psi_plist *decls; + } blacklist; ZEND_END_MODULE_GLOBALS(psi); ZEND_EXTERN_MODULE_GLOBALS(psi);