mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
MFH
This commit is contained in:
parent
3eaf46af3e
commit
a431a09f47
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user