diff options
Diffstat (limited to 'ext/ovrimos/ovrimos.c')
| -rw-r--r-- | ext/ovrimos/ovrimos.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/ovrimos/ovrimos.c b/ext/ovrimos/ovrimos.c index 6aeb07a002..c385f6a740 100644 --- a/ext/ovrimos/ovrimos.c +++ b/ext/ovrimos/ovrimos.c @@ -1299,13 +1299,15 @@ function_entry ovrimos_functions[] = { /* }}} */ zend_module_entry ovrimos_module_entry = { - "Ovrimos", + STANDARD_MODULE_HEADER, + "ovrimos", ovrimos_functions, NULL, NULL, NULL, NULL, PHP_MINFO(ovrimos), + NO_VERSION_YET, STANDARD_MODULE_PROPERTIES }; |
