HP-DEV] passing Cookies and other environment stuff to PHP SAPI
> Embed
>
> Hi
>
> I'm trying to write the php processing part of a small httpd. I want to
> use
> the SAPI Embed for interpreting php scripts. But I can't find a way to
> specify the content of
Hi
I'm trying to write the php processing part of a small httpd. I want to use
the SAPI Embed for interpreting php scripts. But I can't find a way to
specify the content of variables like $_COOKIE, $_REQUEST, $_SERVER etc.
Is there any function to initalize the SAPI header with all this stuff?
T