Skip to content

Commit 42a6ff4

Browse files
committed
Try to fix windows build
1 parent 94fd52d commit 42a6ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/libxml/libxml.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static PHP_RINIT_FUNCTION(libxml);
7878
static PHP_RSHUTDOWN_FUNCTION(libxml);
7979
static PHP_MSHUTDOWN_FUNCTION(libxml);
8080
static PHP_MINFO_FUNCTION(libxml);
81-
static int php_libxml_post_deactivate(void);
81+
static zend_result php_libxml_post_deactivate(void);
8282

8383
/* }}} */
8484

@@ -882,7 +882,7 @@ static PHP_MSHUTDOWN_FUNCTION(libxml)
882882
return SUCCESS;
883883
}
884884

885-
static int php_libxml_post_deactivate(void)
885+
static zend_result php_libxml_post_deactivate(void)
886886
{
887887
/* reset libxml generic error handling */
888888
if (_php_libxml_per_request_initialization) {

0 commit comments

Comments
 (0)