Skip to content

Add method escapeValue to ParameterBagInterface #4465

@linniksa

Description

@linniksa

When i set database parameters i'm found what %% resolved to %, i think method escapeValue need to be added to ParameterBagInterface

$container->getParameterBag()->add(array(
    'database_password' =>  "some pa%%word', // it's resolved to "some pa%word'

));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions