PHP functions that now also work with NSAPI (for compatibility to Apache): ==========================================================================
virtual()
getallheaders()
nsapi_request_headers() - similar to: apache_request_headers(); there is also an alias
nsapi_response_headers() - similar to: apache_response_headers(); there is also an alias
It should be enough to notice at the apache functions that this is also available in NSAPI.
Installation changes: =====================
Additionally I changed the nsapi-readme.txt file in the release (new parameters to give the PHP module the path to a php.ini; per-request specific settings of ini entries...). It would be nice that this is included in the Installation docs, too.
If you have no time to change, tell me how I should do this in the CVS.
Uwe
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
