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)
9797
9898/* {{{ function prototypes */
9999static PHP_MINIT_FUNCTION (xmlwriter );
100- static PHP_MSHUTDOWN_FUNCTION (xmlwriter );
101100static PHP_MINFO_FUNCTION (xmlwriter );
102101/* }}} */
103102
@@ -201,7 +200,7 @@ zend_module_entry xmlwriter_module_entry = {
201200 "xmlwriter" ,
202201 ext_functions ,
203202 PHP_MINIT (xmlwriter ),
204- PHP_MSHUTDOWN ( xmlwriter ) ,
203+ NULL ,
205204 NULL ,
206205 NULL ,
207206 PHP_MINFO (xmlwriter ),
@@ -1075,13 +1074,6 @@ static PHP_MINIT_FUNCTION(xmlwriter)
10751074}
10761075/* }}} */
10771076
1078- /* {{{ PHP_MSHUTDOWN_FUNCTION */
1079- static PHP_MSHUTDOWN_FUNCTION (xmlwriter )
1080- {
1081- return SUCCESS ;
1082- }
1083- /* }}} */
1084-
10851077/* {{{ PHP_MINFO_FUNCTION */
10861078static PHP_MINFO_FUNCTION (xmlwriter )
10871079{
You can’t perform that action at this time.
0 commit comments