summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-09-24 10:15:53 +0200
committerFerenc Kovacs <tyrael@php.net>2014-09-24 10:15:53 +0200
commit43c72ea2cbd8994d624c8fab91bb4d5e21fcd6e2 (patch)
tree05b371251e4ddd51802d5b3fddbd1d4d0528be25
parentdc5f587e07d14c242dc93d169c28d99b07c24215 (diff)
downloadphp-git-43c72ea2cbd8994d624c8fab91bb4d5e21fcd6e2.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 0a85d77aaa..e6b7784d3f 100644
--- a/ext/openssl/xp_ssl.c
+++ b/ext/openssl/xp_ssl.c
@@ -1804,7 +1804,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;