Skip to content

lib/mysql.php Line 35 braces no longer supportet PHP 8.1 #113

@TomTheRock

Description

@TomTheRock

Error Line:
if ($hostname{1} != ':' && isset(\Dshafik\MySQL::$connections[$hash])) {

Fix:
if ($hostname[1] != ':' && isset(\Dshafik\MySQL::$connections[$hash])) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions