repetition & tautology

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206558 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kouber Saparev 2006-02-06 09:54:20 +00:00
parent 1f020846c9
commit b84f54aa25

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Purpose: basic.session -->
<!-- Membership: pecl, external -->
<!-- Author: Yasuo Ohgaki <yohgaki@php.net> -->
@ -14,10 +14,10 @@
<para>
This module provides an additional session save handler for the
<link linkend="ref.session">session</link>
module using <ulink url="&url.pgsql;">PostgreSQL</ulink>PostgreSQL as a
storage system. A <literal>user</literal> session save handler may be
used (<function>(session_set_save_handler</function>, but this module is
written in C. Therefore, this module could be twice as fast, compared to
module using <ulink url="&url.pgsql;">PostgreSQL</ulink> as a
storage system. A <literal>user-level</literal> session storage function may
also be used - <function>session_set_save_handler</function>, but this module is
written in C and therefore could be twice as fast, compared to
a session save handler written in PHP.
</para>
<para>