mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-22 20:08:55 +00:00
82 lines
2.2 KiB
XML
82 lines
2.2 KiB
XML
![]() |
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!-- $Revision: 1.1 $ -->
|
||
|
<!-- Purpose: basic.session -->
|
||
|
<!-- Membership: pecl, external -->
|
||
|
<!-- State: experimental-->
|
||
|
<!-- Author: Yasuo Ohgaki <yohgaki@php.net> -->
|
||
|
<reference id="ref.session-pgsql">
|
||
|
<title>PostgreSQL Session Save Handler</title>
|
||
|
<titleabbrev>Session PgSQL</titleabbrev>
|
||
|
|
||
|
<partintro>
|
||
|
<section id="session-pgsql.intro">
|
||
|
&reftitle.intro;
|
||
|
&warn.experimental;
|
||
|
¬e.no-windows.extension;
|
||
|
<para>
|
||
|
This module provide additional session save handler for session module
|
||
|
using PostgreSQL as a storage. <literal>user</literal> session save
|
||
|
handler may be used, but this module is written in C. Therefore, this
|
||
|
module is roughly 2 times faster than save handler written in PHP script.
|
||
|
</para>
|
||
|
<para>
|
||
|
Fail-over and load balance is planned to be implemented, but they are not
|
||
|
available now.
|
||
|
</para>
|
||
|
<note>
|
||
|
<simpara>
|
||
|
There will be functions for this module, but it is not available now.
|
||
|
</simpara>
|
||
|
</note>
|
||
|
</section>
|
||
|
|
||
|
<section id="session-pgsql.requirements">
|
||
|
&reftitle.required;
|
||
|
<para>
|
||
|
You need at least PHP 4.1, PostgreSQL 7.1 and MM 1.1.3
|
||
|
</para>
|
||
|
</section>
|
||
|
|
||
|
&reference.session-pgsql.configure;
|
||
|
|
||
|
&reference.session-pgsql.ini;
|
||
|
|
||
|
|
||
|
<section id="session-pgsql.contact">
|
||
|
<title>Contact Information</title>
|
||
|
<para>
|
||
|
I have at the moment not very much time to further develop this
|
||
|
extension. I will implement more and more features in the near future.
|
||
|
</para>
|
||
|
<para>
|
||
|
If you have comments, bug fixes, enhancements or want to help developing
|
||
|
this, you can drop me a mail at
|
||
|
<ulink url="mailto:yohgaki@php.net">yohgaki@php.net</ulink>. Any help is
|
||
|
very welcome.
|
||
|
</para>
|
||
|
</section>
|
||
|
</partintro>
|
||
|
|
||
|
&reference.session-pgsql.functions;
|
||
|
|
||
|
</reference>
|
||
|
<!-- Keep this comment at the end of the file
|
||
|
Local variables:
|
||
|
mode: sgml
|
||
|
sgml-omittag:t
|
||
|
sgml-shorttag:t
|
||
|
sgml-minimize-attributes:nil
|
||
|
sgml-always-quote-attributes:t
|
||
|
sgml-indent-step:1
|
||
|
sgml-indent-data:t
|
||
|
sgml-parent-document:nil
|
||
|
sgml-default-dtd-file:"../../../manual.ced"
|
||
|
sgml-exposed-tags:nil
|
||
|
sgml-local-catalogs:nil
|
||
|
sgml-local-ecat-files:nil
|
||
|
End:
|
||
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
|
vim: et tw=78 syn=sgml
|
||
|
vi: ts=1 sw=1
|
||
|
-->
|