Cleanup php.ini by removing dropped config items.

Signed-off-by: Michael Heimpold <michael.heimp...@s2000.tu-chemnitz.de>

Index: lang/php5/files/php.ini
===================================================================
--- lang/php5/files/php.ini     (Revision 19124)
+++ lang/php5/files/php.ini     (Arbeitskopie)
@@ -200,11 +200,6 @@
 ; 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 @@
 ; 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
 
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to