diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 19:10:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 19:10:59 +0100 |
commit | aca11dbcbc56c0c4bb4e0dbb46c28a10f48c4693 (patch) | |
tree | 3730e9307af271f6d4a2a866adfc6ae7a65c583d /package/php/files | |
parent | b8074629774161e2cea19c704aaea9d3e482e290 (diff) | |
parent | 18430215845a1ba4adab10062d33204fd26bd8fb (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/php/files')
-rw-r--r-- | package/php/files/php.ini | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/php/files/php.ini b/package/php/files/php.ini index ae16d0b61..e6fb3c5fa 100644 --- a/package/php/files/php.ini +++ b/package/php/files/php.ini @@ -200,11 +200,6 @@ variables_order = "EGPCS" ; to possible security problems, if the code is not very well thought of. register_globals = Off -; Whether or not to register the old-style input arrays, HTTP_GET_VARS -; and friends. If you're not using them, it's recommended to turn them off, -; for performance reasons. -register_long_arrays = On - ; This directive tells PHP whether to declare the argv&argc variables (that ; would contain the GET information). If you don't use these variables, you ; should turn it off for increased performance. @@ -216,9 +211,6 @@ post_max_size = 8M ; Magic quotes ; -; Magic quotes for incoming GET/POST/Cookie data. -magic_quotes_gpc = On - ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. magic_quotes_runtime = Off |