]> git.mxchange.org Git - friendica.git/commit
Fixed E_NOTICE in boot.php and DBA class (#5430)
authorRoland Häder <Quix0r@users.noreply.github.com>
Sun, 22 Jul 2018 16:53:46 +0000 (18:53 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Sun, 22 Jul 2018 16:53:46 +0000 (12:53 -0400)
commit7d47152564c004418867ecd6f7d7e93cb216e27a
tree123c3410c8796b4efff3858b2a3f0bc4a60eba9a
parent3500e50be9f2f9979b073041e4a3d0624e5bf2f0
Fixed E_NOTICE in boot.php and DBA class (#5430)

* Fixes:
- fixed missing variable $port (MySQL: 3306)
- "imported" mysqli class

Signed-off-by: Roland Häder <roland@mxchange.org>
* Fixed:
- better use `false` and `$port > 0`

* And better only provide `$port` when larger zero.

* Initialize `$port` with zero value (int) and not `false` (bool).

* Removed duplicate mysqli "import".

* `$post_update` is no longer used. Instead `$prefix` needs to be checked.
boot.php
src/Database/DBA.php