From 88c0308f1a245d48e4f8f7d9835e3066be3e50e9 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Thu, 8 Sep 2005 16:03:16 +0000 Subject: [PATCH] move session_pgsql from peardoc to phpdoc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195481 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session_pgsql/configure.xml | 60 ++++++++++++++ .../functions/session-pgsql-status.xml | 41 ++++++++++ reference/session_pgsql/ini.xml | 32 ++++++++ reference/session_pgsql/reference.xml | 81 +++++++++++++++++++ 4 files changed, 214 insertions(+) create mode 100644 reference/session_pgsql/configure.xml create mode 100644 reference/session_pgsql/functions/session-pgsql-status.xml create mode 100644 reference/session_pgsql/ini.xml create mode 100644 reference/session_pgsql/reference.xml diff --git a/reference/session_pgsql/configure.xml b/reference/session_pgsql/configure.xml new file mode 100644 index 0000000000..619ea7a7e9 --- /dev/null +++ b/reference/session_pgsql/configure.xml @@ -0,0 +1,60 @@ + + +
+ &reftitle.install; + + Short installation note: + + + + Untar the tar.gz archive into + php4/ext (Latest official releases + can be found at SourceForge + PHP Form Extension Project) + + + + + If the new directory is now called something like + session_pgsql. You should name it to + session_pgsql (except you only want to build it as + self-contained php-module). + + + + Run ./buildconf in php4 + + + + Run configure + (and your other + options) + + + + make; make install + + + +
+ + diff --git a/reference/session_pgsql/functions/session-pgsql-status.xml b/reference/session_pgsql/functions/session-pgsql-status.xml new file mode 100644 index 0000000000..10840ba6c8 --- /dev/null +++ b/reference/session_pgsql/functions/session-pgsql-status.xml @@ -0,0 +1,41 @@ + + + + + + session_pgsql_status + Get current save handler status + + + + &reftitle.description; + + arraysession_pgsql_status + void + + &warn.experimental.func; + &warn.undocumented.func; + + + + + diff --git a/reference/session_pgsql/ini.xml b/reference/session_pgsql/ini.xml new file mode 100644 index 0000000000..49ad19fb50 --- /dev/null +++ b/reference/session_pgsql/ini.xml @@ -0,0 +1,32 @@ + + +
+ &reftitle.runtime; + &extension.runtime; + + PostgreSQL session save handler is still under development. Refer to the + README file in the source distribution for + configuration details. + +
+ + diff --git a/reference/session_pgsql/reference.xml b/reference/session_pgsql/reference.xml new file mode 100644 index 0000000000..4defb39380 --- /dev/null +++ b/reference/session_pgsql/reference.xml @@ -0,0 +1,81 @@ + + + + + + + + PostgreSQL Session Save Handler + Session PgSQL + + +
+ &reftitle.intro; + &warn.experimental; + ¬e.no-windows.extension; + + This module provide additional session save handler for session module + using PostgreSQL as a storage. user 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. + + + Fail-over and load balance is planned to be implemented, but they are not + available now. + + + + There will be functions for this module, but it is not available now. + + +
+ +
+ &reftitle.required; + + You need at least PHP 4.1, PostgreSQL 7.1 and MM 1.1.3 + +
+ + &reference.session-pgsql.configure; + + &reference.session-pgsql.ini; + + +
+ Contact Information + + 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. + + + If you have comments, bug fixes, enhancements or want to help developing + this, you can drop me a mail at + yohgaki@php.net. Any help is + very welcome. + +
+
+ +&reference.session-pgsql.functions; + +
+