I am since february the maintainer of the NSAPI SAPI module. Beginning with PHP 4.3.3 (because 4.3.3 is mainly a release for Solaris and its default installed webserver SunONE - earlier versions of PHP have the stdio-limitation which makes PHP unusable there in threaded mode) there are some new things implemented in that module - because it is now useable on such platforms :). It would be nice if the following can be changed in the docs:

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



Reply via email to