Re: [PHP-DEV] Tracing flow in PHP ...

2007-07-17 Thread Richard Lynch
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

[PHP-DEV] Tracing flow in PHP ...

2007-07-16 Thread Usman S. Ansari
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)