We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fd52d commit 42a6ff4Copy full SHA for 42a6ff4
ext/libxml/libxml.c
@@ -78,7 +78,7 @@ static PHP_RINIT_FUNCTION(libxml);
78
static PHP_RSHUTDOWN_FUNCTION(libxml);
79
static PHP_MSHUTDOWN_FUNCTION(libxml);
80
static PHP_MINFO_FUNCTION(libxml);
81
-static int php_libxml_post_deactivate(void);
+static zend_result php_libxml_post_deactivate(void);
82
83
/* }}} */
84
@@ -882,7 +882,7 @@ static PHP_MSHUTDOWN_FUNCTION(libxml)
882
return SUCCESS;
883
}
884
885
-static int php_libxml_post_deactivate(void)
+static zend_result php_libxml_post_deactivate(void)
886
{
887
/* reset libxml generic error handling */
888
if (_php_libxml_per_request_initialization) {
0 commit comments