Jeremy Newman : override php setting for input var delimiter
Module: website Branch: master Commit: b6ed075556112f1f565e77507012f544a75ce298 URL: http://source.winehq.org/git/website.git/?a=commit;h=b6ed075556112f1f565e775... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Tue Dec 11 09:52:58 2007 -0600 override php setting for input var delimiter --- .htaccess | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index 119fdf8..b79e7b0 100644 --- a/.htaccess +++ b/.htaccess @@ -10,6 +10,10 @@ ErrorDocument 404 http://www.winehq.org/site/404 # Tell PHP how we want to handle global vars php_value register_globals 0 +# We want to use ";" as variable seperator (more XML compliant) +php_value arg_separator.output ";" +php_value arg_separator.input ";&" + # force the php to accept PATH_INFO <Files ~ (site)$> AcceptPathInfo On
participants (1)
-
Jeremy Newman