In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]  wrote:
>   Hi there,
> 
>   I just came across something very odd:
> 
>   After setting 
> 
>     arg_separator = "&amp;"
> 
>   in my php.ini Tobias Ratschiller's phpMyAdmin no longer works
>   correctly.
> 
>   The start page loads correctly, every page thereafter dies with an SQL
> error.

things break because someone was dumb and used the "arg_separator" that
used to be used to handle parsing the incoming request to also handle the
parsing that the session-id adding stuff does, and then changed the
documentation for arg_separator without regard to the existing behavior.

so the get parsing is now expecting to use &amp; to separate arguments
when you set arg_separator that way.

there should be two config variables for this.

jim

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to