From 689252082c2660e2b6fddc674047922d8b2c7845 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 11 Oct 2001 23:33:59 +0000 Subject: * zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) --- ext/satellite/php_orbit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/satellite/php_orbit.c') 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 }; -- cgit v1.2.1