I'm attempting to use the ISAPI interface to PHP but I keep getting

Warning: Failed opening '' for inclusion (include_path='\winbbs') in
Unknown on line 0

no matter what URL I request. The PHP doc's does say the ISAPI has some
bugs and I was wondering if maybe this is one of them.

But, before I go report I would like someone who knows what it SHOULD say
would look at what the ISAPI server module is passing to the ISAPI dll.
It's possible that something isn't being passed right.

Below is a debug dump of what is passed to the DLL. Items that contain
nothing after the - is an empty string.


============================================================================
==
EXTENSION_CONTROL_BLOCK
cbSize - 144
dwVersion - 262144
ConnID - 1
dwHttpStatusCode - 200
lpszLogData -  %s 
lpszMethod - GET
lpszQueryString - 
lpszPathInfo - 
lpszPathTranslated - 
cbAvailable - 0
lpbData - 
lpszContentType - 

HTTP_COOKIE - UID="1DISK13217"
HTTPS - off
SCRIPT_NAME - 265.php
AUTH_PASSWORD - 
AUTH_TYPE - 
AUTH_USER - 
CONTENT_LENGTH - 0
CONTENT_TYPE - 
PATH_TRANSLATED - 
QUERY_STRING - 
REMOTE_ADDR - 216.63.63.193
REMOTE_HOST - www.webbbs.org
REMOTE_USER - 216.63.63.193
REQUEST_METHOD - GET
SERVER_NAME - www.webbbs.org
SERVER_PORT - 80
SERVER_PROTOCOL - HTTP/1.0
SERVER_SOFTWARE - WebBBS 1.30
APPL_MD_PATH - C:\WINBBS\WORK\HTML\265.php
APPL_PHYSICAL_PATH - C:\WINBBS\WORK\HTML\265.php
INSTANCE_ID - 2
INSTANCE_META_PATH - \winbbs
LOGON_USER - 216.63.63.193
REQUEST_URI - GET http://www.webbbs.org/265.php HTTP/1.0
URL - http://www.webbbs.org/265.php
HSE_REQ_MAP_URL_TO_PATH_EX - C:\WINBBS\WORK\HTML\265.php
                   dwFlags - HSE_URL_FLAGS_SCRIPT|HSE_URL_FLAGS_READ
           cchMatchingPath - 28
            cchMatchingURL - 28
                  lpdwSize - 28



---
WebBBS Secure Internet Information Server v1.30.3 : Genesis ( http://www.webbbs.org/ )

Log on to www.webbbs.org for free web based and pop3 [ virus free and spam free ] 
email accounts. Free access to virus and internet security message boards with
10's of thousands of new messages every month.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to