Closed semoriil closed 8 years ago
I've read an issue about uppercase 'MYSQL_QUERY' being ignored, maybe the same issue?
Yes, that seems to be that case because in many places this function was converted.. And i converted my project three times from beginning, in last attempt i changed mysql_* function names to lowercase and all mysql_fetch_object where converted.
This was fixed with pull request #17 -- as semoriil mentioned, it was a case-sensitivity issue.
was
converted to
No changes! Should be just replaced by mysqli_fetch_object (if no other args used).