php-developer-list | 2001041
Date: 04/03/01
- Next message: Rusty Wright: "[PHP-DEV] Re: PHP 4.0 Bug #10067 Updated: zlib not included when compiled with apache"
- Previous message: Daniel Beulshausen: "Re: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6"
- In reply to: Anil Madhavapeddy: "Re: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6"
- Next in thread: James Moore: "[PHP-DEV] RE: [PHP-QA] PHP-4.0.5-RC6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It might be valid but we might be breaking many people's sites.
I am not sure this is a very good idea.
Is it configurable via php.ini? We could keep the default the old behavior.
Andi
At 06:35 PM 4/3/2001 +0100, Anil Madhavapeddy wrote:
>It's the arg_separator changes isn't it? Both '&' and ';' are valid
>delimiters in a URL, so the new 4.0.5 behaviour is actually the valid one, I
>believe. Refer to the XHTML specification, or check out the bugs db for
>this.
>
>Anil
>
>----- Original Message -----
>From: "Andi Gutmans" <andi <email protected>>
>To: "Andrew Sitnikov" <sitnikov <email protected>>; <php-qa <email protected>>;
>"php-dev mailinglist" <php-dev <email protected>>
>Sent: Tuesday, April 03, 2001 6:21 PM
>Subject: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6
>
>
> > Anyone have an idea why this happens?
> >
> > Andi
> >
> > At 05:37 PM 4/3/2001 +0200, Andrew Sitnikov wrote:
> > >Hello php-qa,
> > >
> > > test.php
> > > <?
> > > echo $test;
> > > ?>
> > >
> > > http://host/test.php?test=1;2;3
> > >
> > >
> > > 4.0.4pl1
> > > Result: 1;2;3
> > >
> > > 4.0.5RC6
> > > Result: 1
> > >
> > >
> > >Best regards,
> > > Andrew Sitnikov
> > > e-mail : sitnikov <email protected>
> > > GSM: (+372) 56491109
> > >
> > >
> > >
> > >--
> > >PHP Quality Assurance Mailing List <http://www.php.net/>
> > >To unsubscribe, e-mail: php-qa-unsubscribe <email protected>
> > >For additional commands, e-mail: php-qa-help <email protected>
> > >To contact the list administrators, e-mail: php-list-admin <email protected>
> >
> >
> > --
> > 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>
> >
> >
-- 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: Rusty Wright: "[PHP-DEV] Re: PHP 4.0 Bug #10067 Updated: zlib not included when compiled with apache"
- Previous message: Daniel Beulshausen: "Re: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6"
- In reply to: Anil Madhavapeddy: "Re: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6"
- Next in thread: James Moore: "[PHP-DEV] RE: [PHP-QA] PHP-4.0.5-RC6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

