diff options
Diffstat (limited to 'sapi/embed/php_embed.c')
-rw-r--r-- | sapi/embed/php_embed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 79e6f801d8..10cf6ed3ee 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -99,7 +99,7 @@ static int php_embed_startup(sapi_module_struct *sapi_module) return SUCCESS; } -static sapi_module_struct php_embed_module = { +sapi_module_struct php_embed_module = { "embedded", /* name */ "PHP Embedded Library", /* pretty name */ |