Skip to content

Commit 6936c7a

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: fix TS build
2 parents 5542e60 + 8b82971 commit 6936c7a

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
@@ -1800,7 +1800,7 @@ static size_t php_openssl_sockop_write(php_stream *stream, const char *buf, size
18001800
}
18011801
/* }}} */
18021802

1803-
static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock TSRMLS_DC)
1803+
static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock)
18041804
{
18051805
int retval;
18061806
struct timeval *ptimeout;

0 commit comments

Comments
 (0)