From: Ilia Alshanetsky Date: Fri, 9 Mar 2007 01:48:56 +0000 (+0000) Subject: Add _SESSION to checklist X-Git-Tag: php-5.2.2RC1~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3b6db3f03478f79530a79c2db7dee71a87897b9;p=php Add _SESSION to checklist --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 82ea865c79..f4ad543262 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -6252,6 +6252,7 @@ static int copy_request_variable(void *pDest, int num_args, va_list args, zend_h !strcmp(hash_key->arKey, "_COOKIE") || !strcmp(hash_key->arKey, "_ENV") || !strcmp(hash_key->arKey, "_SERVER") || + !strcmp(hash_key->arKey, "_SESSION") || !strcmp(hash_key->arKey, "_FILES") || !strcmp(hash_key->arKey, "_REQUEST") )