Skip to content

Commit

Permalink
Fix typo, remove outdated caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Jan 10, 2017
1 parent 9a75d2c commit 6abb291
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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`)

0 comments on commit 6abb291

Please sign in to comment.