Re: [PHP-DEV] phpMyAdmin and arg_separator = "&amp;" From: Jim Winstead (jimw <email protected>)
Date: 02/28/01

In article <3A9D3F5F.B87E4202 <email protected>>,
sb <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: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>