On Mon, July 16, 2007 4:45 pm, Usman S. Ansari wrote:
> In file "main/streams.c, function PHPAPI size_t
> _php_stream_read(php_stream *stream, char *buf, size_t size TSRMLS_DC)
> is called when php script is trying to connect and read from remote
> web server.
>
> I have so far traced that it is ca
In file "main/streams.c, function PHPAPI size_t _php_stream_read(php_stream
*stream, char *buf, size_t size TSRMLS_DC) is called when php script is trying
to connect and read from remote web server.
I have so far traced that it is calling
toread = stream->ops->read(stream, buf, size TSRMLS_CC)