summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/phpcpp.h b/phpcpp.h
index a07d1ac..90ef218 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -23,32 +23,6 @@
#include <map>
/**
- * Include PHP config
- */
-#include <phpcpp/config.h>
-
-/**
- * Is ZTS enabled?
- */
-#ifdef ZTS
-
- // enable TSRM
-# define TSRMLS_C tsrm_ls
-# define TSRMLS_CC ,tsrm_ls
-# define TSRMLS_D void ***tsrm_ls
-# define TSRMLS_DC ,void ***tsrm_ls
-
-#else
-
- // disable TSRM
-# define TSRMLS_C
-# define TSRMLS_CC
-# define TSRMLS_D
-# define TSRMLS_DC
-
-#endif
-
-/**
* Include all headers files that are related to this library
*/
#include <phpcpp/exception.h>