samesch Sun Dec 18 14:03:20 2005 EDT
Modified files:
/phpdoc/en/reference/session ini.xml
Log:
typo
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/session/ini.xml?r1=1.36&r2=1.37&diff_format=u
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.36
phpdoc/en/reference/session/ini.xml:1.37
--- phpdoc/en/reference/session/ini.xml:1.36 Thu Oct 13 13:44:48 2005
+++ phpdoc/en/reference/session/ini.xml Sun Dec 18 14:03:20 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -347,7 +347,7 @@
<note>
<para>
If different scripts have different values of
- <literal>session.gc_maxlifetime</literal> but shares the same place for
+ <literal>session.gc_maxlifetime</literal> but share the same place for
storing the session data then the script with the minimum value will be
cleaning the data. In this case, use this directive together with <link
linkend="ini.session.save-path">session.save_path</link>.