Skip to content

Commit

Permalink
Merge branch 'PHP-8.2' into PHP-8.3
Browse files Browse the repository at this point in the history
* PHP-8.2:
  Add missing module dependency for xsl
  • Loading branch information
nielsdos committed Oct 15, 2023
2 parents 0cab865 + 428ecf4 commit 35d93d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ PHP NEWS
. Fixed bug GH-12392 (Segmentation fault on SoapClient::__getTypes).
(nielsdos)

- XSL:
. Add missing module dependency. (nielsdos)

12 Oct 2023, PHP 8.3.0RC4

- Core:
Expand Down
1 change: 1 addition & 0 deletions ext/xsl/php_xsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ static zend_object_handlers xsl_object_handlers;

static const zend_module_dep xsl_deps[] = {
ZEND_MOD_REQUIRED("libxml")
ZEND_MOD_REQUIRED("dom")
ZEND_MOD_END
};

Expand Down

0 comments on commit 35d93d2

Please sign in to comment.