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 --- phpcpp.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index a2dca1d..17778f4 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -22,6 +22,14 @@ #include #include +/** + * Disable TSRM for now + */ +#define TSRMLS_C +#define TSRMLS_CC +#define TSRMLS_D +#define TSRMLS_DC + /** * Include all headers files that are related to this library */ -- cgit v1.2.3