X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=7a4d62113a2172c276c3eaef7062f5c436d5c018;hp=de06fc304eca0ab4eb083160e3b6bb9e87d4da09;hb=0682ecb84dfe1de08b609c6c0ae641b06f3fa481;hpb=aa338e1f515a21d83284c83d780d2dc075192c4d diff --git a/php_psi.h b/php_psi.h index de06fc3..7a4d621 100644 --- a/php_psi.h +++ b/php_psi.h @@ -117,6 +117,9 @@ PHP_PSI_API zend_object *psi_object_init(zend_class_entry *ce); PHP_PSI_API zend_object *psi_object_init_ex(zend_class_entry *ce, void *data, void (*dtor)(void *)); PHP_PSI_API zend_class_entry *psi_object_get_class_entry(); +void psi_blacklist_add_decl(const char *pattern, size_t len); +void psi_blacklist_add_var(const char *pattern, size_t len); + ZEND_BEGIN_MODULE_GLOBALS(psi) char *engine; char *directory;