Skip to content

Commit c50a4e0

Browse files
committed
MFH
1 parent e9e6c46 commit c50a4e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/mssql/php_mssql.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,15 @@ function_entry mssql_functions[] = {
8282

8383
zend_module_entry mssql_module_entry =
8484
{
85+
STANDARD_MODULE_HEADER,
8586
"mssql",
8687
mssql_functions,
8788
PHP_MINIT(mssql),
8889
PHP_MSHUTDOWN(mssql),
8990
PHP_RINIT(mssql),
9091
PHP_RSHUTDOWN(mssql),
9192
PHP_MINFO(mssql),
93+
NO_VERSION_YET,
9294
STANDARD_MODULE_PROPERTIES
9395
};
9496

0 commit comments

Comments
 (0)