From 6981775d2343867b6086b279e9e4ff31dd41d476 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Wed, 23 Feb 2000 21:52:23 +0000 Subject: [PATCH] Remove obsolete code --- ext/standard/basic_functions.c | 4 ---- 1 file changed, 4 deletions(-) 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 */ -- 2.40.0