Skip to content

RFE: Add unset #27

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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