-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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).
Reactions are currently unavailable