refactor dom out to its own extension, fails shared build

This commit is contained in:
henderkes
2025-05-17 19:01:32 +07:00
parent 76a9be2167
commit 05e9129a66
2 changed files with 72 additions and 1 deletions

View File

@@ -13,7 +13,6 @@ use SPC\util\CustomExt;
#[CustomExt('soap')]
#[CustomExt('xmlreader')]
#[CustomExt('xmlwriter')]
#[CustomExt('dom')]
#[CustomExt('simplexml')]
class xml extends Extension
{