From: Ferenc Kovacs Date: Wed, 15 Oct 2014 17:33:47 +0000 (+0200) Subject: Revert "fix TS build" X-Git-Tag: php-5.6.3RC1~59^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fb998d42fb517e4888124c809bbc1046e76a0c6;p=php Revert "fix TS build" This reverts commit 84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf. --- diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 1a70fb9345..2a50f07ef6 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -1807,7 +1807,7 @@ static size_t php_openssl_sockop_write(php_stream *stream, const char *buf, size } /* }}} */ -static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock) +static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock TSRMLS_DC) { int retval; struct timeval *ptimeout;