summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 23304ca..838e8e5 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
MySQL wrapper for MySQLi
========================
-This collection of MySQL functions is trying to be a drop in replacement for the native PHP MySQL extension.
+This collection of MySQL functions is trying to be a drop in replacement for the PHP MySQL extension. In PHP 5.5 the MySQL extension is deprectated and triggers errors.
+This package is trying to support legacy projects without the need of having the MySQL extension installed by using this package you are not hold back to update to new PHP versions.
-The return values of the MySQL functions are aimed to behave the same way as the native MySQL functions.
-For example the function mysql_fetch_assoc will use MySQLi method fetch_assoc but instead of returning null in case there
-are no more rows in the resultset it will return false just like the behaviour of mysql_fetch_assoc. \ No newline at end of file
+The return values of my functions are aimed to match the native MySQL functions as close as possible. \ No newline at end of file