File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ static zend_object *xmlwriter_object_new(zend_class_entry *class_type)
97
97
98
98
/* {{{ function prototypes */
99
99
static PHP_MINIT_FUNCTION (xmlwriter );
100
- static PHP_MSHUTDOWN_FUNCTION (xmlwriter );
101
100
static PHP_MINFO_FUNCTION (xmlwriter );
102
101
/* }}} */
103
102
@@ -201,7 +200,7 @@ zend_module_entry xmlwriter_module_entry = {
201
200
"xmlwriter" ,
202
201
ext_functions ,
203
202
PHP_MINIT (xmlwriter ),
204
- PHP_MSHUTDOWN ( xmlwriter ) ,
203
+ NULL ,
205
204
NULL ,
206
205
NULL ,
207
206
PHP_MINFO (xmlwriter ),
@@ -1075,13 +1074,6 @@ static PHP_MINIT_FUNCTION(xmlwriter)
1075
1074
}
1076
1075
/* }}} */
1077
1076
1078
- /* {{{ PHP_MSHUTDOWN_FUNCTION */
1079
- static PHP_MSHUTDOWN_FUNCTION (xmlwriter )
1080
- {
1081
- return SUCCESS ;
1082
- }
1083
- /* }}} */
1084
-
1085
1077
/* {{{ PHP_MINFO_FUNCTION */
1086
1078
static PHP_MINFO_FUNCTION (xmlwriter )
1087
1079
{
You can’t perform that action at this time.
0 commit comments