X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;fp=php_psi.h;h=c0d0ae6eabff6ba1bb26d3ef66366a2025704e06;hp=71b554e3937ca33ba61bc4d6bcbec02ec6069678;hb=4ace6fa9bfa459902184655ee40d6136f25915c8;hpb=5dfa108dda56f36a5af5c83ebcd3e042c6d69a68 diff --git a/php_psi.h b/php_psi.h index 71b554e..c0d0ae6 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 @@ -74,6 +76,9 @@ ZEND_BEGIN_MODULE_GLOBALS(psi) char *directory; char *search_path; struct psi_context *context; + struct { + struct psi_plist *decls; + } blacklist; ZEND_END_MODULE_GLOBALS(psi); ZEND_EXTERN_MODULE_GLOBALS(psi);