Skip to content

Commit

Permalink
add one more thread storage specifier to allow external link
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jul 29, 2015
1 parent c17289e commit 859507c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Zend/zend_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ typedef uintptr_t zend_uintptr_t;

#ifdef ZTS
#define ZEND_TLS static TSRM_TLS
#define ZEND_EXT_TLS TSRM_TLS
#else
#define ZEND_TLS static
#define ZEND_EXT_TLS
#endif

typedef struct _zend_object_handlers zend_object_handlers;
Expand Down

0 comments on commit 859507c

Please sign in to comment.