X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;fp=php_psi.h;h=71b554e3937ca33ba61bc4d6bcbec02ec6069678;hp=631c2a2ec840161a65f7685aa13f55ac5fae7058;hb=5ec2f9ac17f56aee266dc78b4bf657f2cf0910b1;hpb=3e2cb4103d922e025ec566e11439058d44cff872 diff --git a/php_psi.h b/php_psi.h index 631c2a2..71b554e 100644 --- a/php_psi.h +++ b/php_psi.h @@ -72,6 +72,7 @@ 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; ZEND_END_MODULE_GLOBALS(psi);