Hi, The following functions are available within the sapi/apache extension:
php_apache.c:PHP_FUNCTION(virtual); php_apache.c:PHP_FUNCTION(apache_request_headers); php_apache.c:PHP_FUNCTION(apache_response_headers); php_apache.c:PHP_FUNCTION(apachelog); php_apache.c:PHP_FUNCTION(apache_note); php_apache.c:PHP_FUNCTION(apache_lookup_uri); php_apache.c:PHP_FUNCTION(apache_child_terminate); php_apache.c:PHP_FUNCTION(apache_setenv); php_apache.c:PHP_FUNCTION(apache_child_terminate) php_apache.c:PHP_FUNCTION(apache_note) php_apache.c:PHP_FUNCTION(virtual) php_apache.c:PHP_FUNCTION(apache_request_headers) php_apache.c:PHP_FUNCTION(apache_response_headers) php_apache.c:PHP_FUNCTION(apache_setenv) php_apache.c:PHP_FUNCTION(apache_lookup_uri) php_apache.c:PHP_FUNCTION(apache_exec_uri) The following are availabile within the apache2filter sapi: php_functions.c:PHP_FUNCTION(virtual) php_functions.c:PHP_FUNCTION(apache_lookup_uri) php_functions.c:PHP_FUNCTION(getallheaders) There's a great difference here, apache2filter misses many of the functions provided by the apache sapi. The question is, is someone working on adding them or are they silently dropped? I'm asking for two reasons: consistency and documentation. - Markus -- GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc Wishlist: http://guru.josefine.at/~mfischer/wishlist -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php