diff options
author | Markus Staab <maggus.staab@googlemail.com> | 2020-05-04 21:47:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 21:47:23 +0200 |
commit | dcd93b7e172e00a37e8599304688bc636052b5d6 (patch) | |
tree | 13296049def7ba2ca21306529dac51f5ae172f46 | |
parent | 8fadc664f64f188596d1bf42ab35dba463e012e6 (diff) | |
download | php7-mysql-shim-dcd93b7e172e00a37e8599304688bc636052b5d6.zip php7-mysql-shim-dcd93b7e172e00a37e8599304688bc636052b5d6.tar.gz php7-mysql-shim-dcd93b7e172e00a37e8599304688bc636052b5d6.tar.bz2 |
Fixed dead url in readme
-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/blob/master/docs/AllRectorsOverview.md#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://stackoverflow.com/a/61597957 |