RE: [PHP-DEV] passing Cookies and other environment stuff to PHP SAPI Embed

2008-04-28 Thread Uwe Schindler
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

[PHP-DEV] passing Cookies and other environment stuff to PHP SAPI Embed

2008-04-28 Thread Alexander Heinlein
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