mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
made ZEND_TSRMLS_CACHE_* macros look like function calls
which also comply with the current semantics for such macros
This commit is contained in:
parent
812c0c0337
commit
af3ca74501
63 changed files with 109 additions and 109 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue