Date: 02/28/01
- Next message: zeekamotay <email protected>: "[PHP-DEV] PHP 4.0 Bug #9503: bzcompress output is null padded to size of original string"
- Previous message: Zak Greant: "[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- In reply to: Sebastian Bergmann: "[PHP-DEV] phpMyAdmin and arg_separator = "&""
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] phpMyAdmin and arg_separator = "&""
- Reply: Sebastian Bergmann: "Re: [PHP-DEV] phpMyAdmin and arg_separator = "&""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <3A9D3F5F.B87E4202 <email protected>>,
sb <email protected> wrote:
> Hi there,
>
> I just came across something very odd:
>
> After setting
>
> arg_separator = "&"
>
> 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 & 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>
- Next message: zeekamotay <email protected>: "[PHP-DEV] PHP 4.0 Bug #9503: bzcompress output is null padded to size of original string"
- Previous message: Zak Greant: "[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- In reply to: Sebastian Bergmann: "[PHP-DEV] phpMyAdmin and arg_separator = "&""
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] phpMyAdmin and arg_separator = "&""
- Reply: Sebastian Bergmann: "Re: [PHP-DEV] phpMyAdmin and arg_separator = "&""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

