[CURRENTCOORDINATIONOBJECT] eregi_replace() error #37
Labels
No Label
bug
duplicate
enhancement
fixed
help wanted
invalid
live
live pull
local commit
master
php7_migration
php8_migration
question
remote push
template
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rooty/Qware_core#37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the currentcoordinationobject printing object, the eregi_replace generates an error.
This function has beed deprecated since php 5.3.0 and removed in php 7.0.0. Function replacement is possible with preg_replace.
Issue fixed. eregi_replace() has been replaced with preg_replace().
Pushed to master