sean            Tue Dec 19 22:00:01 2006 UTC

  Modified files:              
    /phpdoc/en/reference/session        ini.xml 
  Log:
  document handlers can be found in phpinfo()
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/session/ini.xml?r1=1.44&r2=1.45&diff_format=u
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.44 
phpdoc/en/reference/session/ini.xml:1.45
--- phpdoc/en/reference/session/ini.xml:1.44    Fri Dec  8 08:17:14 2006
+++ phpdoc/en/reference/session/ini.xml Tue Dec 19 22:00:01 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.44 $ -->
+<!-- $Revision: 1.45 $ -->
 <section id="session.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -193,7 +193,10 @@
      <literal>session.save_handler</literal> defines the name of the
      handler which is used for storing and retrieving data
      associated with a session. Defaults to
-     <literal>files</literal>. See also
+     <literal>files</literal>. Note that individual extensions may register
+     their own <literal>save_handler</literal>s; registered handlers can be
+     obtained on a per-installation basis by referring to
+     <function>phpinfo</function>. See also
      <function>session_set_save_handler</function>.
     </simpara>
    </listitem>

Reply via email to