PHP 7 backwards compatibility library for mysql and ereg functions
The very commonly used mysql_*
and ereg*
PHP functions were removed in PHP 7. For very large codebases, refactoring the code to remove them just isn't practical. To that end, we have developed a compatibility library to enable existing websites and PHP scripts to keep running under newer PHP versions.