summaryrefslogtreecommitdiff
path: root/ext/satellite/php_orbit.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/satellite/php_orbit.c')
-rw-r--r--ext/satellite/php_orbit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/satellite/php_orbit.c b/ext/satellite/php_orbit.c
index 745160abb7..df7ff12763 100644
--- a/ext/satellite/php_orbit.c
+++ b/ext/satellite/php_orbit.c
@@ -81,6 +81,7 @@ static function_entry satellite_functions[] = {
* module entry
*/
zend_module_entry satellite_module_entry = {
+ STANDARD_MODULE_HEADER,
"satellite",
satellite_functions,
PHP_MINIT(satellite), /* module startup */
@@ -88,6 +89,7 @@ zend_module_entry satellite_module_entry = {
NULL, /* request startup */
NULL, /* request shutdown */
PHP_MINFO(satellite), /* module info */
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};