diff options
author | Zeev Suraski <zeev@php.net> | 2000-09-12 20:57:21 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-09-12 20:57:21 +0000 |
commit | f7054b3561a39c0759e24ea14f85c7cd4ee9b24a (patch) | |
tree | e7e7e259b43cead9e6a7fdde03cbb076fc6b4f11 | |
parent | 5d97102f8fd083dc52448d28f3d0a154d98da14e (diff) | |
download | php-git-f7054b3561a39c0759e24ea14f85c7cd4ee9b24a.tar.gz |
Thanks, Adam
-rw-r--r-- | php.ini-dist | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/php.ini-dist b/php.ini-dist index 1c5f107f3f..12096db572 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -185,14 +185,7 @@ warn_plus_overloading = Off ; warn if the + operator is used with strings ;;;;;;;;;;;;;;;;; ; Data Handling ; ;;;;;;;;;;;;;;;;; -<<<<<<< php.ini-dist -track_vars = On ; enable the $HTTP_*_VARS[] arrays, where * is one of - ; ENV, POST, GET, COOKIE or SERVER. - ; This is the preferred way of accessing form variables, - ; and prevents common security bugs many developers tend to make. -======= ; Note - track_vars is ALWAYS enabled as of PHP 4.0.3 ->>>>>>> 1.47 variables_order = "EGPCS" ; This directive describes the order in which PHP registers ; GET, POST, Cookie, Environment and Built-in variables (G, P, ; C, E & S respectively, often referred to as EGPCS or GPC). |