Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

website issues: deprecated php functions #3189

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

website issues: deprecated php functions #3189

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: jongleur1983
[Submitted to the original trac issue database at 2.15pm, Thursday, 26th August 2010]

gosmore.php revision 22807 (current now) uses deprecated php function "split" in line 317.
Solution: just replace split by the (even faster) explode, as no regular expression is used.

old line:
$properties = split(" ", $process);
fixed line:
$properdies = explode(" ", $process);

@openstreetmap-trac
Copy link
Author

Author: mmd
[Added to the original trac issue at 6.41pm, Tuesday, 19th May 2020]

YOURS project is no longer active, closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant