-
-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I want to add DSN alias for PDO into php.ini
ini-values: pdo.dsn.mybolt="bolt:host=localhost;port=7687;appname=pdo-bolt"
Version
- I have checked releases, and the bug exists in the latest patch version of
v1orv2. -
v2 -
v1
Runners
- GitHub Hosted
- Self Hosted
Operating systems
ubuntu-20.04
PHP versions
^8
Expected behavior
I expect to receive full string with this php code
$dsn = get_cfg_var('pdo.dsn.mybolt');$dsn should contains bolt:host=localhost;port=7687;appname=pdo-bolt but currently this returns only bolt:host.
Are you willing to submit a PR?
no
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working