summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGordon Franke <gordon.franke@sap.com>2016-02-02 12:06:49 +0100
committerGordon Franke <gordon.franke@sap.com>2016-02-03 07:54:02 +0100
commitcb3cce2392a9022cc8493a93c76a113ebbb764e8 (patch)
tree5e8ad48ab48b3d940e2e17c513d58b83a7e079a8 /README.md
parent44377a665aad2777e0c3c82a6a1e674eeb56eb80 (diff)
downloadphp7-mysql-shim-cb3cce2392a9022cc8493a93c76a113ebbb764e8.zip
php7-mysql-shim-cb3cce2392a9022cc8493a93c76a113ebbb764e8.tar.gz
php7-mysql-shim-cb3cce2392a9022cc8493a93c76a113ebbb764e8.tar.bz2
add unit test for mysqli defaults
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa0dfde..455b8eb 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,6 @@ Once the file is included, it will create `mysql_*` function if they don't alrea
## Caveats
- Calls to `is_resource()` and `get_resource_type()` on MySQL connections and results will fail as these are now their `mysqli` equivalents.
-<<<<<<< HEAD
- Some errors are now from `ext/mysqli`, and others are `E_USER_WARNING` instead of `E_WARNING`.
- You must use the `mysqli.*` INI entries instead of `mysql.*` (e.g. `mysqli.default_user` instead of `mysql.default_user`)
- Column lengths reported by `mysql_field_len()` assume `latin1`