Quoting guides forext/mysqli :
The mysqli extension has several advantages, key improvements over the mysql extension:
- Object oriented interface
- Support for prepared statements
- Multiple Expression Support
- Transaction support
- Advanced Debugging Features
- Embedded Server Support
Note. If you are using MySQL version 4.1.3 or later, it is highly recommended that you use this extension.
If you need only one of these functions and you can afford refactoring, then yes, go for it. If you do not need any of these functions, do not do this. There is no reason for reorganization if there are no advantages.
. ext/mysql , , ( , . , 5.4, , , pecl ). - ext/mysql, .
. http://blog.ulf-wendel.de/2012/php-mysql-why-to-upgrade-extmysql/