diff options
author | Gordon Franke <gordon.franke@sap.com> | 2016-02-02 12:06:49 +0100 |
---|---|---|
committer | Gordon Franke <gordon.franke@sap.com> | 2016-02-03 07:54:02 +0100 |
commit | cb3cce2392a9022cc8493a93c76a113ebbb764e8 (patch) | |
tree | 5e8ad48ab48b3d940e2e17c513d58b83a7e079a8 /README.md | |
parent | 44377a665aad2777e0c3c82a6a1e674eeb56eb80 (diff) | |
download | php7-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.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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` |