summaryrefslogtreecommitdiff
path: root/ext/satellite/php_orbit.c
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-10-11 23:55:49 +0000
committerStig Bakken <ssb@php.net>2001-10-11 23:55:49 +0000
commit69f304f0ace706faf78bb8a419231f1bbaa88104 (patch)
tree502eb091c84dcaf9d5ef898fd2fd72c9289f6f81 /ext/satellite/php_orbit.c
parentbd561b7f578fbad6ab6abc616d1e09a75f99d13c (diff)
downloadphp-git-69f304f0ace706faf78bb8a419231f1bbaa88104.tar.gz
MFH
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 7fa82a6aca..9415268a65 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
};