Skip to content

PHP8 compatibility: Fix PHPCompatibility.FunctionUse.RemovedFunctions.splitDeprecatedRemoved error

AL requested to merge al/vtigercrm:php8-replace-split-by-explode into master

Even if a compatibility function for split is defined, it is better to cleanup the core code and use an alternative.

Merge request reports