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

@ -1302,7 +1302,7 @@ out:
static int php_cli_server_request_ctor(php_cli_server_request *req) /* {{{ */
{
#ifdef ZTS
ZEND_TSRMLS_CACHE_UPDATE;
ZEND_TSRMLS_CACHE_UPDATE();
#endif
req->protocol_version = 0;
req->request_uri = NULL;