Skip to content

RFE: Add unset #27

@djerius

Description

@djerius

Sometimes you need to delete an environment variable completely (just setting it to the empty string isn't enough). It'd be great if one could do something like:

$config->unset( 'FOO' );

which would translate into unset FOO, ( or unsetenv FOO for csh/tcsh).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions