From 4fb998d42fb517e4888124c809bbc1046e76a0c6 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Wed, 15 Oct 2014 19:33:47 +0200 Subject: [PATCH] Revert "fix TS build" This reverts commit 84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf. --- ext/openssl/xp_ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 1a70fb93459..2a50f07ef6a 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;