Skip to content

ini-values with equal sign doesn't work #676

@stefanak-michal

Description

@stefanak-michal

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 v1 or v2.
  • 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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions