* zend_module_entry change: apino, debug and zts are moved first,

see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
This commit is contained in:
Stig Bakken 2001-10-11 23:33:59 +00:00
parent 405142087c
commit 689252082c
97 changed files with 392 additions and 72 deletions

View file

@ -226,7 +226,8 @@ PHP_MSHUTDOWN_FUNCTION(DOTNET)
zend_module_entry dotnet_module_entry = {
"dotnet", DOTNET_functions, PHP_MINIT(DOTNET), PHP_MSHUTDOWN(DOTNET), NULL, NULL, PHP_MINFO(DOTNET), STANDARD_MODULE_PROPERTIES
STANDARD_MODULE_HEADER,
"dotnet", DOTNET_functions, PHP_MINIT(DOTNET), PHP_MSHUTDOWN(DOTNET), NULL, NULL, PHP_MINFO(DOTNET), NO_VERSION_YET, STANDARD_MODULE_PROPERTIES
};
BEGIN_EXTERN_C()