On Sat, 1 Dec 2007 12:45:22 +0100, Pierre THIERRY nowhere.man@levallois.eu.org wrote:
If arg_separator.input in php.ini contains #;, then it would parse the following query strng as defining two parameters, a and b:
foo=a%3D1%3Bb%3D2%26c%3D3;b=bar
Note that the default value is "&" and here is the commented line in my default php.ini:
#arg_separator.input = ";&"
Making Hunchentoot configurable on this point would be the best, I think.
I fully agree. That's what I said as well. Except that my point is that right I now I don't need it and I'm busy with other things anyway, so it has a very low priority for me. Patches welcome, of course.
Edi.