summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 14:51:41 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 14:51:41 +0100
commitaecf6c450fc4ad9b1b3ee0ce4450b9dac5ce2967 (patch)
tree12ffe9aa7f6b4a6ac4c2273aa8e2063ce7b685b9 /phpcpp.h
parent2fd4198b78358cf2ba527296fafb5b1728e28ea8 (diff)
fix compile issues for TRSM
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
index a2dca1d..17778f4 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -23,6 +23,14 @@
#include <map>
/**
+ * 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
*/
#include <phpcpp/exception.h>