From 6abb2914abdde4772bacedad1ebc00efc6f25186 Mon Sep 17 00:00:00 2001 From: Davey Shafik Date: Tue, 10 Jan 2017 14:23:36 -0800 Subject: Fix typo, remove outdated caveat --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index af667b8..922af9a 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,4 @@ Once the file is included, it will create `mysql_*` functions if they don't alre - Calls to `is_resource()` and `get_resource_type()` on MySQL connections and results will fail as these are now their `mysqli` equivalents. - 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`) -- If no host, username, password parameter is provided when using the `mysql_*` functions, the default values from the corresponding `mysqli.*` settings from `php.ini` file will be use (e.g. `mysqli.default_host`, `mysqli.default_user`, `mysqli.default_pw`) -- Column lengths reported by `mysql_field_len()` assume `latin1` +- If no host, username, password parameter is provided when using the `mysql_*` functions, the default values from the corresponding `mysqli.*` settings from `php.ini` file will be used (e.g. `mysqli.default_host`, `mysqli.default_user`, `mysqli.default_pw`) \ No newline at end of file -- cgit v1.1