In these wrappers all mysql and ereg functions are rewritten using mysqli and pcre
https://sourceforge.net/projects/mysqlwithmysqli/
https://sourceforge.net/projects/ereg-using-pcre/
The original MySQL extension is now
deprecated, and will generate E_DEPRECATED
errors
when connecting to a database. Instead, use the
MySQLi or
PDO_MySQL extensions.
The preg_replace() /e modifier is now deprecated. Instead, use the preg_replace_callback() function.
IntlDateFormatter::setTimeZoneID() and datefmt_set_timezone_id() are now deprecated. Instead, use the IntlDateFormatter::setTimeZone() method and datefmt_set_timezone() function, respectively.
The following functions have been deprecated:
In these wrappers all mysql and ereg functions are rewritten using mysqli and pcre
https://sourceforge.net/projects/mysqlwithmysqli/
https://sourceforge.net/projects/ereg-using-pcre/