We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3dc9d commit c8eb148Copy full SHA for c8eb148
sapi/embed/php_embed.c
@@ -99,7 +99,7 @@ static int php_embed_startup(sapi_module_struct *sapi_module)
99
return SUCCESS;
100
}
101
102
-static sapi_module_struct php_embed_module = {
+sapi_module_struct php_embed_module = {
103
"embedded", /* name */
104
"PHP Embedded Library", /* pretty name */
105
sapi/embed/php_embed.h
@@ -54,6 +54,7 @@
54
BEGIN_EXTERN_C()
55
int php_embed_init(int argc, char **argv PTSRMLS_DC);
56
void php_embed_shutdown(TSRMLS_D);
57
+extern sapi_module_struct php_embed_module;
58
END_EXTERN_C()
59
60
0 commit comments