summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-10-01 16:03:07 +0200
committerJulien Pauli <jpauli@php.net>2014-10-01 16:03:07 +0200
commit4cbc55adb1bf348d8037e5c9453039826bf09897 (patch)
treeb0ba7f9840aca560f0ea51d4fd85fab1e1437fe7
parenta90785e09ab2b7a02a8fa9638a13a45fe9fe940a (diff)
downloadphp-git-4cbc55adb1bf348d8037e5c9453039826bf09897.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 5fddf73c4e..b8d1d5b31d 100644
--- a/ext/openssl/xp_ssl.c
+++ b/ext/openssl/xp_ssl.c
@@ -204,7 +204,7 @@ static size_t php_openssl_sockop_write(php_stream *stream, const char *buf, size
return didwrite;
}
-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;