From: Anatol Belski Date: Thu, 1 Mar 2018 11:12:11 +0000 (+0100) Subject: Remove TSRMLS_* X-Git-Tag: php-7.2.4RC1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c58b2c31ae297a0f3aa09c99dfe6c6f47a9c2e6;p=php Remove TSRMLS_* --- diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index c3f1f92c3c..b93917d219 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -2531,7 +2531,7 @@ PHP_FUNCTION(socket_addrinfo_lookup) memset(&hints, 0, sizeof(hints)); - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "S|sa", &hostname, &service, &service_len, &zhints) == FAILURE) { + if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|sa", &hostname, &service, &service_len, &zhints) == FAILURE) { RETURN_NULL(); }