Opened 15 years ago
Last modified 7 years ago
#635 new enhancement
use of deprecated function "split" in file "http/classes/class_locale.php"
Reported by: | marcjansen | Owned by: | cbaudson |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | i18n | Version: | 2.7 rc1 |
Keywords: | Cc: |
Description
In file "http/classes/class_locale.php" we use "split", which is deprecated as of PHP 5.3 [1]. The patch below replaces "split" with "explode", which should be what is meant there (we didn't split by a complicated regular expression but a simple string). If we decide on leaving "split" in there, some CMS embedding Mapbender will display ugly warnings (Typo3 in my particular case).
The attached patch provides the minor replacement.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Ticket retargeted after milestone deleted