url_rewriter tags added

typo fix


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95813 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-09-15 15:21:55 +00:00
parent d5c9418004
commit b693f3e473

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@ -110,7 +110,12 @@
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>
<entry>url_rewriter.tags</entry>
<entry>"a=href,area=href,frame=src,input=src,form=fakeentry"</entry>
<entry>PHP_INI_ALL</entry>
</row>
<!-- Not yet
<row>
<entry>session.encode_sources</entry>
@ -158,7 +163,8 @@
<note>
<simpara>
Windows users have to change this variable in order to use PHP's
session functions.
session functions. Make sure to specify a valid path, e.g.:
<filename>c:/temp</filename>.
</simpara>
</note>
</listitem>
@ -207,7 +213,7 @@
<simpara>
<literal>session.gc_maxlifetime</literal> specifies the number
of seconds after which data will be seen as 'garbage' and
cleaned up.
cleaned up.
</simpara>
<note>
<simpara>If you are using the default file-based session handler, your
@ -314,7 +320,7 @@
</listitem>
<listitem>
<simpara>
<literal>url_rewriter.tags</literal> spefifies which html tags
<literal>url_rewriter.tags</literal> specifies which html tags
are rewritten to include session id if transparent sid support
is enabled. Defaults to
<literal>a=href,area=href,frame=src,input=src,form=fakeentry</literal>