binumathew Posted March 13, 2009 Share Posted March 13, 2009 What is the Difference Between MYSQLi and MYSQL Extenstion?? Can anybody share me....plz avoid links...... Quote Link to comment Share on other sites More sharing options...
rhodesa Posted March 13, 2009 Share Posted March 13, 2009 MySQLi is the OOP version of MySQL extension. In the end, the accomplish the same thing: extension for interacting with MySQL from PHP. A lot of people still use the original MySQL extension vs the new MySQLi extension because MySQLi requires MySQL 4.1.13+ and PHP 5.0.7+ Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted March 13, 2009 Share Posted March 13, 2009 In the end, the accomplish the same thing: extension for interacting with MySQL from PHP. That's not entirely accurate. MySQLi supports some things that the old MySQL extension doesn't. Things like prepared statements, multiple statements, and transactions on top of my head. Quote Link to comment Share on other sites More sharing options...
Mchl Posted March 13, 2009 Share Posted March 13, 2009 Also MySQL native driver (as of PHP 5.3 so not yet) that's said to be much faster than the library used now, proper encoding support, and working persistent connections (again as of PHP 5.3) Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted March 13, 2009 Share Posted March 13, 2009 Yeah I'm really looking forward to the 5.3 release. Screw lame hosts that are slow to update. I've got my own server and I'll update immediately after the stable release. This timetable says that it's scheduled for release in Q2. I hope that's true. Quote Link to comment Share on other sites More sharing options...
Mchl Posted March 13, 2009 Share Posted March 13, 2009 First RC should be coming out in a week... let's keep our fingers crossed. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.