From b84f54aa25543c3d1525a7eae289be7c80c4f85f Mon Sep 17 00:00:00 2001 From: Kouber Saparev Date: Mon, 6 Feb 2006 09:54:20 +0000 Subject: [PATCH] repetition & tautology git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206558 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session_pgsql/reference.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/session_pgsql/reference.xml b/reference/session_pgsql/reference.xml index 75c5d08bef..1311ead047 100644 --- a/reference/session_pgsql/reference.xml +++ b/reference/session_pgsql/reference.xml @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ This module provides an additional session save handler for the session - module using PostgreSQLPostgreSQL as a - storage system. A user session save handler may be - used ((session_set_save_handler, but this module is - written in C. Therefore, this module could be twice as fast, compared to + module using PostgreSQL as a + storage system. A user-level session storage function may + also be used - session_set_save_handler, but this module is + written in C and therefore could be twice as fast, compared to a session save handler written in PHP.