Skip to content

Commit 98e16df

Browse files
committed
add README
1 parent 4707e6c commit 98e16df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# php-mysql-fix
2+
3+
A replacement for all mysql functions with mysqli equivalents.
4+
5+
Be aware, that this is just a workaround to fix-up some old code and the resulting project
6+
will be more vulnerable than if you use the recommended newer mysqli-functions instead.
7+
So only If you are sure that this is not setting your server at risk, you can fix your old
8+
code by adding this line at the beginning of your old code:
9+
10+
see: https://stackoverflow.com/a/37877644/1069083
11+
12+
If you have any questions open an issue there or enhancements as Pull Request

0 commit comments

Comments
 (0)