Changes between Initial Version and Version 1 of Ticket #54877
- Timestamp:
- 01/21/2022 07:09:20 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54877 – Description
initial v1 86 86 * `wpdb::parse_db_host()` parses `$this->dbhost` looking for IPv4/IPv6, port number, sockets, etc... 87 87 * `$this->dbhost` is gotten from `DB_HOST` 88 * Casting `$po st` to `(int)` when non-null will ensure `mysqli_real_connect()` will only ever see `null` or `int` type values88 * Casting `$port` to `(int)` when non-null will ensure `mysqli_real_connect()` will only ever see `null` or `int` type values 89 89 90 90 Something like: