X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=c0d0ae6eabff6ba1bb26d3ef66366a2025704e06;hp=631c2a2ec840161a65f7685aa13f55ac5fae7058;hb=5077c8df8b09002c173c5ab4495b2ae6f779e0a2;hpb=ddeb4918bce67ed63c5f4c8c4e250e92ebdef89d diff --git a/php_psi.h b/php_psi.h index 631c2a2..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 @@ -72,7 +74,11 @@ PHP_PSI_API zend_class_entry *psi_object_get_class_entry(); ZEND_BEGIN_MODULE_GLOBALS(psi) char *engine; 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);