summaryrefslogtreecommitdiff
path: root/ext/sockets/sockets.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-03-01 12:12:11 +0100
committerAnatol Belski <ab@php.net>2018-03-01 12:12:11 +0100
commit3c58b2c31ae297a0f3aa09c99dfe6c6f47a9c2e6 (patch)
tree3159406e40cbf993c6b70f8865e1c2b3e94c578c /ext/sockets/sockets.c
parent23ebda3a71df4ead9cb9614f15f529f53ea3a9fb (diff)
downloadphp-git-3c58b2c31ae297a0f3aa09c99dfe6c6f47a9c2e6.tar.gz
Remove TSRMLS_*
Diffstat (limited to 'ext/sockets/sockets.c')
-rw-r--r--ext/sockets/sockets.c2
1 files changed, 1 insertions, 1 deletions
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();
}