From: Frank M. Kromann Date: Fri, 26 Jul 2002 22:14:55 +0000 (+0000) Subject: Fizing ZTS build X-Git-Tag: dev~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df0bab2c7b4a3d818d53a9717dbfb49f849237f7;p=php Fizing ZTS build --- diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index 573b47902f..7ace9fe06d 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -1550,6 +1550,8 @@ ftp_async_continue_write(ftpbuf_t *ftp) int size; char *ptr; int ch; + TSRMLS_FETCH(); + /* check if we can write more data */ if (!data_writeable(ftp, ftp->data->fd)) {