summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-04-09 11:00:05 +0600
committervalmat <ufabiz@gmail.com>2014-04-09 11:00:05 +0600
commit6c7c846edd5b74450b76532da33c25e6cc6a10a4 (patch)
tree51b0e0be5c43ddba6ca9351026fc94bf8ae7bc07 /phpcpp.h
parent08ed8866a5bba0b23a8d5587116a968512df2568 (diff)
parent33760c3efba4207eac826ff080b5f9b9672fc60e (diff)
Merge branch 'master' into ini-master
Conflicts: include/namespace.h zend/extensionimpl.cpp
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 4e2ea76..ce1beb5 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/ini.h>