Migrate more SKIPIF -> EXTENSIONS (#7139) This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.
Improve some TypeError and ValueError messages Closes GH-5377
Convert warnings to ValueError in mb_strpos function family. Closes GH-5109