For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > December 2006 > cvs: phpdoc /en/reference/session ini.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/session ini.xml
Sean Coates

2006-12-19, 7:02 pm

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/phpdo...5&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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com