From da561b296e53d35dc9e3385c0219361d396a9fa6 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 6 Dec 2025 13:38:40 -0500 Subject: [PATCH] Added php-xml as a requirement --- CHANGELOG.md | 3 +++ admin/debug.php | 4 ++-- setup/index.php | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726ebb54..bf569a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This file documents all notable changes made to ITFlow. ## [25.12] Stable Release +### Breaking Changes ### +- Existing installs php-xml extension needs to be installed for document creation and editing. + ### Major Changes - Consolidated "Files" and "Documents" into a single section called **Files**. diff --git a/admin/debug.php b/admin/debug.php index f40f7881..c59c1532 100644 --- a/admin/debug.php +++ b/admin/debug.php @@ -52,6 +52,7 @@ $extensions = [ 'php-mbstring' => 'mbstring', 'php-gd' => 'gd', 'php-zip' => 'zip', + 'php-xml' => 'xml', ]; foreach ($extensions as $name => $ext) { @@ -682,7 +683,7 @@ $mysqli->close(); - +

Database Structure Comparison

@@ -765,4 +766,3 @@ $mysqli->close(); - + 'curl', 'php-mbstring' => 'mbstring', 'php-gd' => 'gd', + 'php-xml' => 'xml', ]; foreach ($extensions as $name => $ext) { @@ -1107,7 +1108,7 @@ if (isset($_POST['add_telemetry'])) { - +
Next (Database)