From 249b371142b31360af76e02c2320da6bfb22d9fe Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Thu, 21 Jul 2005 03:17:47 +0000 Subject: [PATCH] fix 'hardcoding' of variables_order git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191103 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/extract.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/array/functions/extract.xml b/reference/array/functions/extract.xml index 4f51bb6715..7342e9fbfa 100644 --- a/reference/array/functions/extract.xml +++ b/reference/array/functions/extract.xml @@ -1,5 +1,5 @@ - + @@ -156,9 +156,9 @@ temporarily, make sure you use one of the non-overwriting extract_type values such as EXTR_SKIP and be aware that you should extract - $_SERVER, $_SESSION, - $_COOKIE, $_POST and - $_GET in that order. + in the same order that's defined in + variables_order within the + &php.ini;.