MantisBT: master-2.27 c428605d

Author Committer Branch Timestamp Parent
dregad dregad master-2.27 2024-11-21 07:22 master-2.27 2f0cee29
Affected Issues  0035011: `tokenizer` php module is required, but not checked for and not documented as such
Changeset

The tokenizer php extension is required

Without it, adm_config_set.php throws a "Call to undefined function
token_get_all()" error.

  • add the extension to composer.json
  • document the requirement in Admin Guide
  • verify its presence in admin checks

Fixes 0035011

mod - admin/check/check_php_inc.php Diff File
mod - composer.json Diff File
mod - composer.lock Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File