sas             Wed Sep 25 14:08:59 2002 EDT

  Modified files:              
    /php4       php.ini-dist 
  Log:
  add note about url_rewriter.tags
  
  
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.157 php4/php.ini-dist:1.158
--- php4/php.ini-dist:1.157     Wed Sep 25 12:11:31 2002
+++ php4/php.ini-dist   Wed Sep 25 14:08:58 2002
@@ -837,6 +837,11 @@
 ;   always using URL stored in browser's history or bookmarks.
 session.use_trans_sid = 0
 
+; The URL rewriter will look for URLs in a defined set of HTML tags.
+; form/fieldset are special; if you include them here, the rewriter will
+; add a hidden <input> field with the info which is otherwise appended
+; to URLs.  If you want XHTML conformity, remove the form entry.
+; Note that all valid entries require a "=", even if no value follows.
 url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
 
 [MSSQL]



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to