PMC-1446 PHP Warning: count(): Parameter must be an array or an object that implements Countable
This commit is contained in:
2
thirdparty/pear/DB.php
vendored
2
thirdparty/pear/DB.php
vendored
@@ -610,7 +610,7 @@ class DB
|
||||
$parsed['dbsyntax'] = $str;
|
||||
}
|
||||
|
||||
if (!count($dsn)) {
|
||||
if (!is_string($dsn)) {
|
||||
return $parsed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user