/ Home \ | \ Subjects / |
03/11/2006 02:25 Mi: |
When php5isapi.dll is used some of PHP $_SERVER vars are missing: ACCEPT, REFERER, ACCEPT_LANGUAGE, ACCEPT_ENCODING, USER_AGENT, HOST, CONNECTION, DATE_GMT, DATE_LOCAL, REMOTE_COUNTRY. |
04/11/2006 16:16 Max: |
I check ISAPI interface, all enviroment variables that accessibly from CGI avilable through ISAPI GetServerVariable function. Probably php5isapi doesn`t get these variable to PHP internal array $_SERVER. Ofcourse PHP know nothig about some specivic variables that extend CGI interface. |