From: Zeev Suraski Date: Wed, 23 Feb 2000 21:52:23 +0000 (+0000) Subject: Remove obsolete code X-Git-Tag: PHP-4.0-RC1~458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6981775d2343867b6086b279e9e4ff31dd41d476;p=php Remove obsolete code --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 9b97d609f8..1ec428241a 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -526,10 +526,6 @@ PHP_FUNCTION(putenv) putenv_entry pe; PLS_FETCH(); - if (PG(safe_mode)) { - /* check the sm_protected_env_vars table */ - } - pe.putenv_string = estrndup((*str)->value.str.val,(*str)->value.str.len); pe.key = (*str)->value.str.val; if ((p=strchr(pe.key,'='))) { /* nullify the '=' if there is one */