summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-09-09 21:34:12 +0000
committerfoobar <sniper@php.net>2003-09-09 21:34:12 +0000
commit0c0d3a41d1f21a01f01ea426748b3107c96f9157 (patch)
tree02a6ac3a490395fa5c1fcdbb2423771473bc73e1 /sapi/apache/php_apache.c
parentf04643ee4c4e833945195823b0eec3bbd3bd146e (diff)
downloadphp-git-0c0d3a41d1f21a01f01ea426748b3107c96f9157.tar.gz
fix typo
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r--sapi/apache/php_apache.c2
1 files changed, 1 insertions, 1 deletions
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)