Closed semoriil closed 8 years ago
workaround: preprocess files with something like
sed -i -re s/\\\<\(mysql_\\w+\)\\\>/\\L\\1/gi your.php
Converter checks for function name in such way:
if (isset($this->mysql_funcs[$text]))
And $this->mysql_funcs
is array with supported function names in lowercase as keys.
Interesting issue, agreed that it needs to be fixed. Adding this to the #1 todo.
I forked this repo and got this fixed in mine. But not really tested. Same for mysql_set_charset - just added required classes (not me). my fork
Not sure what to do with this...
This was fixed via pull request #17 -- thank you for the bug report!
Such functions left untouched: