Browse Source

Revert "fix TS build"

This reverts commit 84a4041ba4.
pull/736/merge
Ferenc Kovacs 11 years ago
parent
commit
4fb998d42f
  1. 2
      ext/openssl/xp_ssl.c

2
ext/openssl/xp_ssl.c

@ -1807,7 +1807,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;

Loading…
Cancel
Save