Skip to content

Commit 8b82971

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: fix TS build
2 parents 6e8de9b + 7599156 commit 8b82971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/xp_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ static size_t php_openssl_sockop_write(php_stream *stream, const char *buf, size
17981798
}
17991799
/* }}} */
18001800

1801-
static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock TSRMLS_DC)
1801+
static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock)
18021802
{
18031803
int retval;
18041804
struct timeval *ptimeout;

0 commit comments

Comments
 (0)