From: Ilia Alshanetsky Date: Wed, 2 Oct 2002 21:34:01 +0000 (+0000) Subject: Notes about additions to Apache 2 sapi. X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4e71fe5ca675ef6c0e7db98d671ff7f7ede4fae;p=php Notes about additions to Apache 2 sapi. --- diff --git a/NEWS b/NEWS index 5d08d31f57..797dd04df3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- A few additions to Apache 2 sapi (Ilia) + . Added apache_response_headers(), apache_note(), apache_getenv() and + apache_setenv() functions. + . Added more detailed error reporting to apache_lookup_uri() and virtual(). + . Renamed getallheaders() to apache_request_headers() and made an alias for BC. + . Added php_apache_sapi_getenv() and php_apache_sapi_get_stat(). - ATTENTION! "make install" will *by default* install the CLI SAPI binary in {PREFIX}/bin/php. If you don't disable the CGI binary, it will be installed as {PREFIX}/bin/php-cgi.