summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-08-27 15:27:57 +0200
committerFerenc Kovacs <tyrael@php.net>2014-08-27 15:27:57 +0200
commit8553a9f10cf9e3a46527541e67db062678723dc0 (patch)
treebed6023a7991c5efd60c6154b0aec06f6587611c
parent8a14180422af679a26453caf716e8d8458e31d7e (diff)
downloadphp-git-8553a9f10cf9e3a46527541e67db062678723dc0.tar.gz
Revert "fix TS build"
This reverts commit 84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf.
-rw-r--r--ext/openssl/xp_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c
index 16516e5c09..45b3d61d0d 100644
--- a/ext/openssl/xp_ssl.c
+++ b/ext/openssl/xp_ssl.c
@@ -1798,7 +1798,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;