You're more than right. I have actually kept testing it locally and
found out that only anchor works, next rewrites (frames for instance)
don't. Reverting it. Sorry for the mess.
---
Maxim Maletsky
[EMAIL PROTECTED]
On Sun, 10 Nov 2002 21:28:59 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote:
> On Sun, 10 Nov 2002, Maxim Maletsky wrote:
>
> >
> > yes, I have just tested. I left the whitespaces in php.ini:
> >
> > url_rewriter.tags = "a=href, area=href, frame=src, input=src, form=fakeentry"
> >
> > and disabled cookies for my Opera. Restarted apache and this script
> > perfectly worked:
> >
> > <?php
> > session_start();
> > echo "<a href='{$_SERVER['PHP_SELF']}?&".rand(0,10000)."'>click me</a>";
> > phpinfo();
> > ?>
> >
> > The anchor was appending the session to it and in phpinfo() you were
> > seeing the new url_rewrite setting.
> >
> > I, personally, see no problem adding the whitespace only in that cell of
> > the documentation and make a page little prettier.
> >
> > You tell me whether I still should revert or not.
>
> If you would have tried our fine test suite with "make test" you'd have
> seen that it fails if you make this change, so yes, please revert it.
>
> Derick
>
> --
>
> ---------------------------------------------------------------------------
> Derick Rethans http://derickrethans.nl/
> JDI Media Solutions
> --------------[ if you hold a unix shell to your ear, do you hear the c? ]-
>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php