Hi all,

session_pgsql version 0.2 (beta) is released.

New:
  - Auto global variable $_APP is added. It's a
    application scope variable. You can share
    values in the same application. It uses
    session name for application name.

Feature:
  - More than 2 times faster than 'user' save
    handler and PostgreSQL.
  - Automatic session and applicaton variable
    table creation.
  - Time based GC.
  - Don't read expired session data.
  - Since it uses PostgreSQL, you can query
    session and application data whatever
    you want.
  - Multiple web servers shares session.

Manual:
  http://pear.php.net/manual/en/pecl.session-pgsql.php
  (a little old...)

Download:
  http://sf.net/projects/phpform-ext/

Read README file for details.
Enjoy!

-- 
Yasuo Ohgaki


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to