diff options
author | Markus Staab <maggus.staab@googlemail.com> | 2019-12-24 15:38:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-24 15:38:57 +0100 |
commit | 59ca7caa0d1645789088e83b9fb417c8a9b85440 (patch) | |
tree | c4049edeefb637695fc9f5fc72e65fe6242790f5 | |
parent | 22d56ad512464e1ae63b4708ad353caaa3d1f581 (diff) | |
download | php7-mysql-shim-59ca7caa0d1645789088e83b9fb417c8a9b85440.zip php7-mysql-shim-59ca7caa0d1645789088e83b9fb417c8a9b85440.tar.gz php7-mysql-shim-59ca7caa0d1645789088e83b9fb417c8a9b85440.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,4 +40,4 @@ Once the `lib/mysql.php` file is included, it will create `mysql_*` functions if ## Alternatives -Instead of using this drop-in-replacement library you should consider refactoring your code from `mysql` to e.g. `mysqli`. This process can be automated with e.g. https://github.com/rectorphp/rector/tree/master/packages/MysqlToMysqli +Instead of using this drop-in-replacement library you should consider refactoring your code from `mysql` to e.g. `mysqli`. This process can be automated with e.g. https://github.com/rectorphp/rector/blob/master/docs/AllRectorsOverview.md#mysqltomysqli |