From: foobar Date: Tue, 9 Sep 2003 21:38:31 +0000 (+0000) Subject: Nuke warning X-Git-Tag: RELEASE_0_7~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1aa5bab89c13ccb171022b1af1b8a358c4b35022;p=php Nuke warning --- diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 10e7e09871..73962f6cc0 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 = ap_get_server_version(); + char *apv = (char *) ap_get_server_version(); module *modp = NULL; char output_buf[128]; #if !defined(WIN32) && !defined(WINNT)