[CURRENTCOORDINATIONOBJECT] eregi_replace() error #37

Closed
opened 2020-12-17 00:23:31 +01:00 by Ghost · 3 comments

In the currentcoordinationobject printing object, the eregi_replace generates an error.

In the currentcoordinationobject printing object, the eregi_replace generates an error.
Ghost added the
bug
master
labels 2020-12-17 00:23:31 +01:00
Author

This function has beed deprecated since php 5.3.0 and removed in php 7.0.0. Function replacement is possible with preg_replace.

This function has beed deprecated since php 5.3.0 and removed in php 7.0.0. Function replacement is possible with preg_replace.
Author

Issue fixed. eregi_replace() has been replaced with preg_replace().

Issue fixed. eregi_replace() has been replaced with preg_replace().
Ghost added the
fixed
label 2020-12-17 00:25:06 +01:00
Ghost referenced this issue from a commit 2020-12-17 00:25:41 +01:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2020-12-17 00:26:19 +01:00
Sign in to join this conversation.
No description provided.