Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 287 Bytes

php7-mysql

This PHP script emulates MySQL extension for PHP 7 using MySQLi extension

Just include the PHP file on top of your old application and it will work with old mysql_*() functions.

Not implemented functions:

  • mysql_field_flags()
  • mysql_list_processes()
  • mysql_tablename()