diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2002-06-01 09:54:28 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2002-06-01 09:54:28 +0000 |
commit | f01a42b4997cb9d0351e6a14c093d094e4380720 (patch) | |
tree | 9e2795cd165470a24fbb0b1ee755eb3af1014bc1 /sapi/apache/php_apache.c | |
parent | a6abfcbbe7028f0765478a6d302cbd240376a28c (diff) | |
download | php-git-f01a42b4997cb9d0351e6a14c093d094e4380720.tar.gz |
Put Netware header and comment back in. My CVS revision id got messed
up somehow.
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 51404c586a..9a33179834 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -183,6 +183,10 @@ PHP_MINFO_FUNCTION(apache) php_info_print_table_row(1, "Apache for Windows 95/NT"); php_info_print_table_end(); php_info_print_table_start(); +#elif + php_info_print_table_row(1, "Apache for NetWare"); + php_info_print_table_end(); + php_info_print_table_start(); #else php_info_print_table_row(2, "APACHE_INCLUDE", PHP_APACHE_INCLUDE); php_info_print_table_row(2, "APACHE_TARGET", PHP_APACHE_TARGET); @@ -207,6 +211,10 @@ PHP_MINFO_FUNCTION(apache) sprintf(output_buf, "Connection: %d - Keep-Alive: %d", serv->timeout, serv->keep_alive_timeout); php_info_print_table_row(2, "Timeouts", output_buf); #if !defined(WIN32) && !defined(WINNT) +/* + This block seems to be working on NetWare; But it seems to be showing + all modules instead of just the loaded ones +*/ php_info_print_table_row(2, "Server Root", server_root); strcpy(modulenames, ""); |