1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

fixed TSRM build

This commit is contained in:
Harald Radi
2002-03-16 22:08:23 +00:00
parent bcad7a593a
commit 2be6527fc6
+1 -1
View File
@@ -130,7 +130,7 @@ static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent)
char *hashkey = NULL;
php_stream *stream = NULL;
if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|lzzd", &host, &host_len, &port, &zerrno, &zerrstr, &timeout) == FAILURE) {
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lzzd", &host, &host_len, &port, &zerrno, &zerrstr, &timeout) == FAILURE) {
RETURN_FALSE;
}