summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
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>