Edit report at https://bugs.php.net/bug.php?id=53713&edit=1
ID: 53713
Comment by: colin at viebrock dot ca
Reported by: jinmoku at hotmail dot com
Summary: Add sqlite3 session handler
Status: Open
Type: Feature/Change Request
Package: SQLite related
PHP Version: 5.3.5
Block user comment: N
Private report: N
New Comment:
This isn't in 5.4.4 as of yet, is it?
Previous Comments:
------------------------------------------------------------------------
[2011-08-01 05:15:27] crrodriguez at opensuse dot org
I have reviewed this patch, ACKed, fixed build in Unix (broken #if) and
config0.m4
also added IF NOT EXISTS to the table creation routine.
Looks good =)
------------------------------------------------------------------------
[2011-04-30 04:05:54] jinmoku at hotmail dot com
Added patch
------------------------------------------------------------------------
[2011-01-11 15:43:38] jinmoku at hotmail dot com
Description:
------------
ext/sqlite will disappear soon, it's seem good to add support for sqlite3
session handler (merge ext/sqlite/sess_sqlite.c)
;)
Test script:
---------------
session_module_name('sqlite3');
Actual result:
--------------
Warning: session_module_name(): Cannot find named PHP session module (sqlite3)
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=53713&edit=1