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.
---
Maxim Maletsky
[EMAIL PROTECTED]
On Sun, 10 Nov 2002 21:07:29 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote:
> On Sun, 10 Nov 2002, Maxim Maletsky wrote:
>
> >
> > Is it that crucial? It is only a whitespace at the end of a ','. If
> > technically this makes the setting unusable then I appologize, but
> > otherwise wouldn't it be better to add whitespace in doc only to make
> > that page more usable. Don't you think?
>
> Sure, layout is important, but documenting a thing that doesn't work
> doesn't really make sense to me. Did you try if it works after this
> change (in the php.ini file)?
>
> 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