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