mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
* 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:
parent
405142087c
commit
689252082c
97 changed files with 392 additions and 72 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue