From 0c0d3a41d1f21a01f01ea426748b3107c96f9157 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 9 Sep 2003 21:34:12 +0000 Subject: [PATCH] fix typo --- sapi/apache/php_apache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index ec7aca48db..10e7e09871 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -163,7 +163,7 @@ PHP_FUNCTION(apache_note) */ PHP_MINFO_FUNCTION(apache) { - char *apv = php_apache_get_version(); + char *apv = ap_get_server_version(); module *modp = NULL; char output_buf[128]; #if !defined(WIN32) && !defined(WINNT) -- 2.50.1