Skip to content

Commit 35d93d2

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Add missing module dependency for xsl
2 parents 0cab865 + 428ecf4 commit 35d93d2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ PHP NEWS
3030
. Fixed bug GH-12392 (Segmentation fault on SoapClient::__getTypes).
3131
(nielsdos)
3232

33+
- XSL:
34+
. Add missing module dependency. (nielsdos)
35+
3336
12 Oct 2023, PHP 8.3.0RC4
3437

3538
- Core:

ext/xsl/php_xsl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ static zend_object_handlers xsl_object_handlers;
2929

3030
static const zend_module_dep xsl_deps[] = {
3131
ZEND_MOD_REQUIRED("libxml")
32+
ZEND_MOD_REQUIRED("dom")
3233
ZEND_MOD_END
3334
};
3435

0 commit comments

Comments
 (0)