Hi,
Could someone pls tell me where exactly in the code is the response
body(including the response headers that php wants to send) formed after
a script is executed?
>From what I understood, the execute() function in zend.c was doing that.
Am I right? Or is there more to it?
Tx,
Vinod.
--
Debugging question here...
For debugging purposes only, is it possible to obtain the
value of FILE * that represents the PHP/Zend output stream?
I want to use a library function that would greatly assist in debugging
if I can give it a valid FILE * for the output stream.
Basically the FILE * ze