From: Nuno Lopes Date: Sat, 6 Jan 2007 20:44:51 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.1RC3~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a431a09f47fde8828245a49342c1122ccbfaeeb5;p=php MFH --- diff --git a/main/php_logos.c b/main/php_logos.c index 298babc5f8..3c1f199e6f 100644 --- a/main/php_logos.c +++ b/main/php_logos.c @@ -31,7 +31,7 @@ typedef struct _php_info_logo { int size; } php_info_logo; -HashTable phpinfo_logo_hash; +static HashTable phpinfo_logo_hash; PHPAPI int php_register_info_logo(char *logo_string, const char *mimetype, const unsigned char *data, int size) {