From da4710512865e6816585ac4ab8edab2fa125e2d8 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 6 Apr 2014 21:18:45 +0200 Subject: the exception.h header file no longer depends on the zend engine header files. TSRM macros are no longer used in any of the public PHPCPP header files so there is no more need for the phpcpp/config.h header file nor the config-create script --- phpcpp.h | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index a07d1ac..90ef218 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -22,32 +22,6 @@ #include #include -/** - * Include PHP config - */ -#include - -/** - * 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 */ -- cgit v1.2.3