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/
MySQL 拡張モジュール
が非推奨になりました。これを使ってデータベースに接続すると、
E_DEPRECATED
エラーが発生します。
かわりに
MySQLi あるいは
PDO_MySQL を使いましょう。
/e
修飾子
preg_replace() の /e
修飾子が非推奨になりました。かわりに
preg_replace_callback() 関数を使いましょう。
IntlDateFormatter::setTimeZoneID() と datefmt_set_timezone_id() が非推奨になりました。かわりに、 IntlDateFormatter::setTimeZone() メソッドと datefmt_set_timezone() 関数を使いましょう。
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/