made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros
This commit is contained in:
Anatol Belski 2015-02-16 17:19:32 +01:00
parent 812c0c0337
commit af3ca74501
63 changed files with 109 additions and 109 deletions

View file

@ -144,7 +144,7 @@ PHPAPI zend_string *xml_utf8_encode(const char *, size_t, const XML_Char *);
#ifdef ZTS
#define XML(v) ZEND_TSRMG(xml_globals_id, zend_xml_globals *, v)
#ifdef COMPILE_DL_XML
ZEND_TSRMLS_CACHE_EXTERN;
ZEND_TSRMLS_CACHE_EXTERN();
#endif
#else
#define XML(v) (xml_globals.v)