From aecf6c450fc4ad9b1b3ee0ce4450b9dac5ce2967 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 24 Mar 2014 14:51:41 +0100 Subject: fix compile issues for TRSM --- include/base.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/base.h') diff --git a/include/base.h b/include/base.h index c26549f..8bc1c31 100644 --- a/include/base.h +++ b/include/base.h @@ -249,8 +249,7 @@ private: * @param tsrm_ls * @return MixedObject */ - MixedObject *store(struct _zend_class_entry *entry); - MixedObject *store(struct _zend_class_entry *entry, void ***tsrm_ls); + MixedObject *store(struct _zend_class_entry *entry TSRMLS_DC); /** * Retrieve the handle -- cgit v1.2.3