diff options
Diffstat (limited to 'ext/yp/yp.c')
-rw-r--r-- | ext/yp/yp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/yp/yp.c b/ext/yp/yp.c index 715031fe78..8b992718a1 100644 --- a/ext/yp/yp.c +++ b/ext/yp/yp.c @@ -56,6 +56,7 @@ function_entry yp_functions[] = { }; zend_module_entry yp_module_entry = { + STANDARD_MODULE_HEADER, "yp", yp_functions, PHP_MINIT(yp), @@ -63,6 +64,7 @@ zend_module_entry yp_module_entry = { PHP_RINIT(yp), NULL, PHP_MINFO(yp), + NO_VERSION_YET, STANDARD_MODULE_PROPERTIES }; |