Skip to content

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

License

Notifications You must be signed in to change notification settings

sunhater/php7-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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()

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages