mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Oops.
This commit is contained in:
parent
44f6f66bd2
commit
c2eae47a23
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class DB {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$parsed['database'])
|
if (!$parsed['database'])
|
||||||
$dsn = preg_replace('|/+$|', '', &$dsn);
|
$dsn = preg_replace('|/+$|', '', $dsn);
|
||||||
|
|
||||||
$parsed['hostspec'] = $dsn;
|
$parsed['hostspec'] = $dsn;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue