Skip to content

This simple one file library recreates the removed the old mysql_* functions

License

Notifications You must be signed in to change notification settings

orbisius/mysql-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mysql-compat

This simple one file library which recreates the removed the old mysql_* functions using mysqli extension.

This file is convenient if you're not yet ready to switch to php 5.6. Not all of the mysql_* functions are implemented. If you find a bug create an issue. If you have a little bit of time do help.

Usage:

Just include it.

<?php

require_once( __DIR__ . "/orbisius_mysql_compat.php" );

Author

Svetoslav (Slavi) Marinov Orbisius

About

This simple one file library recreates the removed the old mysql_* functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages