Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
split() occurs multiple times and is also used in Reports/models/Chart.php
Title changed from deprecated function split() in ReportRun.php to Calls to deprecated (& removed in php7) function split() in ReportRun.php
I just grepped the current source tree for calls to split()... There are a LOT:
When you are addressing this issue and replacing split() please bear in mind issue #1114 (closed) I raised. explode() is case sensitive so really shouldn't be used when trying to split a query string... "from" and "FROM" are not equivalent in explode().
@lord_alan Thanks! for the note. We have accepted your change #1114 (closed). We are now progressing on replacing split.
mentioned in merge request !460 (merged)
Milestone changed to 7.2.0
Copyright 2023 Vtiger. All rights reserved.