diff options
author | Davey Shafik <me@daveyshafik.com> | 2020-05-04 14:12:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 14:12:44 -0700 |
commit | da7457e53c22b392ce1c28e9929e34cb698a945e (patch) | |
tree | 13296049def7ba2ca21306529dac51f5ae172f46 /README.md | |
parent | 8fadc664f64f188596d1bf42ab35dba463e012e6 (diff) | |
parent | dcd93b7e172e00a37e8599304688bc636052b5d6 (diff) | |
download | php7-mysql-shim-da7457e53c22b392ce1c28e9929e34cb698a945e.zip php7-mysql-shim-da7457e53c22b392ce1c28e9929e34cb698a945e.tar.gz php7-mysql-shim-da7457e53c22b392ce1c28e9929e34cb698a945e.tar.bz2 |
Merge pull request #51 from staabm/patch-1
Fixed dead url in readme
Diffstat (limited to '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/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 |