Date: 04/04/01
- Next message: Kirill Maximov: "[PHP-DEV] Re: [PHP-QA] What to do about 4.0.5"
- Previous message: Jani Taskinen: "Re: [PHP-DEV] What to do about 4.0.5"
- In reply to: Jani Taskinen: "Re: [PHP-DEV] What to do about 4.0.5"
- Next in thread: Kirill Maximov: "[PHP-DEV] Re: [PHP-QA] What to do about 4.0.5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 05:40 PM 4/4/2001 +0200, Jani Taskinen wrote:
>On Wed, 4 Apr 2001, Andi Gutmans wrote:
>
> >I feel VERY uncomfortable releasing 4.0.5 with this arg_separators problem.
> >Let's brainstorm and try to think of a nice, clean and constructive way of
> >solving this problem. Let's try to ditch the "screw the user because he
> >didn't read RFC foo.bar approach :)
> >The issue is with the arg_separator of incoming URL's. If we think of a
> >nice solution we should probably make it look&feel similar to the solution
> >we will have with URL's which are created.
>
>We spoke with Zeev about this. We came to conclusion that
>there should be a php.ini directives like these:
>
>arg_separator.input=";&"
>arg_separator.output="&"
>
>Where defaults are:
>
>arg_separator.input="&"
>arg_separator.output="&"
Sounds like a good solution to me.
The places which used the old arg_separator seem to only be in main.c and
url_scanner*.c
So we should update these and add support for the arg_separator.input.
I think that's really OK.
Andi
-- 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: Kirill Maximov: "[PHP-DEV] Re: [PHP-QA] What to do about 4.0.5"
- Previous message: Jani Taskinen: "Re: [PHP-DEV] What to do about 4.0.5"
- In reply to: Jani Taskinen: "Re: [PHP-DEV] What to do about 4.0.5"
- Next in thread: Kirill Maximov: "[PHP-DEV] Re: [PHP-QA] What to do about 4.0.5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

