From: jow Date: Fri, 22 Jan 2010 01:21:11 +0000 (+0000) Subject: [PATCH 4/4] packages/lang/php5: Cleanup php.ini X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=590605dfa3304430dec2e39a1a02ec03d037b006;p=packages.git [PATCH 4/4] packages/lang/php5: Cleanup php.ini Cleanup php.ini by removing dropped config items. Signed-off-by: Michael Heimpold git-svn-id: svn://svn.openwrt.org/openwrt/packages@19269 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/php5/files/php.ini b/lang/php5/files/php.ini index ae16d0b61..e6fb3c5fa 100644 --- a/lang/php5/files/php.ini +++ b/lang/php5/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