]> granicus.if.org Git - php/commitdiff
fix typo
authorfoobar <sniper@php.net>
Tue, 9 Sep 2003 21:34:12 +0000 (21:34 +0000)
committerfoobar <sniper@php.net>
Tue, 9 Sep 2003 21:34:12 +0000 (21:34 +0000)
sapi/apache/php_apache.c

index ec7aca48dbb599bf1d40ea695b272d89efd6ef0a..10e7e09871af21b76435935eb4b0a047c4fcb9b4 100644 (file)
@@ -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)