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 --- src/includes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/includes.h') diff --git a/src/includes.h b/src/includes.h index f547eb2..0019244 100644 --- a/src/includes.h +++ b/src/includes.h @@ -23,9 +23,9 @@ // for debug #include -//#define ZTS -//#define THREAD_T pthread_t -//#define MUTEX_T pthread_mutex_t * +#define ZTS +#define THREAD_T pthread_t +#define MUTEX_T pthread_mutex_t * /** * PHP includes -- cgit v1.2.3