Remove Deprecated functions- strlen(), strtolower(), substr(), strpos() and replace them with suitable functions.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3066703-2.patch | 4.28 KB | shubham.prakash |
Remove Deprecated functions- strlen(), strtolower(), substr(), strpos() and replace them with suitable functions.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3066703-2.patch | 4.28 KB | shubham.prakash |
Comments
Comment #2
shubham.prakash commentedThis patch will fix the issue.
Comment #3
ravi.shankar commentedComment #4
berdirI'm unsure about this one. These functions aren't deprecated, the Unicode:: versions are.
This is either a won't fix or a bug, if they should be using the mb_* versions because the process unicode strings. But most/all are about machine names or strings that have been checked to be ascii.
Needs steps to reproduce a bug to change this.
Comment #5
mably commented