X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.c;h=b4e73ad2015df02e3d06a91335bf0417a5aa6ce1;hp=1090e98f83ac830115e72d6540566eccbda0ea9d;hb=ddeb4918bce67ed63c5f4c8c4e250e92ebdef89d;hpb=1cc295bbc317d62e6ba254a0dcfb00c5a7a5baaa diff --git a/src/context.c b/src/context.c index 1090e98..b4e73ad 100644 --- a/src/context.c +++ b/src/context.c @@ -85,8 +85,8 @@ struct psi_context *psi_context_init(struct psi_context *C, struct psi_context_o ops->init(C); } - ZEND_ASSERT(ops->call != NULL); - ZEND_ASSERT(ops->compile != NULL); + assert(ops->call != NULL); + assert(ops->compile != NULL); /* build up predefs in a temporary PSI_Data for validation */ memset(&T, 0, sizeof(T));