[PHP-DEV] php streams - generating the http header

2005-03-22 Thread Arjun Jain
Hi everyone, Back Again :). I tried searching around, but all in vain. My question is that how do i use the php stream to generate my custom header and then write to it the corresponding file? I could get that php_stream *stream need to be created and then php_stream_write needs to be used to

Re: [PHP-DEV] php streams - generating the http header

2005-03-22 Thread Kamesh Jayachandran
Hi, Have a look at main/SAPI.c for the function sapi_header_op PHP_FUNCTION(header)in ext/standard/head.c With reagrds Kamesh Jayachandran On Tue, 22 Mar 2005 18:55:58 +0530, Arjun Jain [EMAIL PROTECTED] said: Hi everyone, Back Again :). I tried searching around, but all in vain. My