Req #53713 [Com]: Add sqlite3 session handler

2013-06-20 Thread krebs dot seb at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=53713edit=1

 ID: 53713
 Comment by: krebs dot seb at gmail dot com
 Reported by:jinmoku at hotmail dot com
 Summary:Add sqlite3 session handler
 Status: Assigned
 Type:   Feature/Change Request
 Package:SQLite related
 PHP Version:5.3.5
 Assigned To:scottmac
 Block user comment: N
 Private report: N

 New Comment:

I wonder, why this patch isn't applied. The looks good-statement is two years 
old... Is scottmac even out there?


Previous Comments:

[2013-04-04 23:17:03] dan dot latter at gmail dot com

Hi,

Any news on this? Just updated to 5.4 to update to new session shizzle and docs 
have lead me here as I needed a handler for sqlite3.

thanks


[2012-06-29 14:52:00] colin at viebrock dot ca

This isn't in 5.4.4 as of yet, is it?


[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=53713edit=1


Req #53713 [Com]: Add sqlite3 session handler

2013-04-04 Thread dan dot latter at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=53713edit=1

 ID: 53713
 Comment by: dan dot latter at gmail dot com
 Reported by:jinmoku at hotmail dot com
 Summary:Add sqlite3 session handler
 Status: Assigned
 Type:   Feature/Change Request
 Package:SQLite related
 PHP Version:5.3.5
 Assigned To:scottmac
 Block user comment: N
 Private report: N

 New Comment:

Hi,

Any news on this? Just updated to 5.4 to update to new session shizzle and docs 
have lead me here as I needed a handler for sqlite3.

thanks


Previous Comments:

[2012-06-29 14:52:00] colin at viebrock dot ca

This isn't in 5.4.4 as of yet, is it?


[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=53713edit=1


Req #53713 [Com]: Add sqlite3 session handler

2012-06-29 Thread colin at viebrock dot ca
Edit report at https://bugs.php.net/bug.php?id=53713edit=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=53713edit=1


Req #53713 [Com]: Add sqlite3 session handler

2011-07-31 Thread crrodriguez at opensuse dot org
Edit report at https://bugs.php.net/bug.php?id=53713edit=1

 ID: 53713
 Comment by: crrodriguez at opensuse dot org
 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:

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 =)


Previous Comments:

[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=53713edit=1


Req #53713 [Com]: Add sqlite3 session handler

2011-04-29 Thread jinmoku at hotmail dot com
Edit report at http://bugs.php.net/bug.php?id=53713edit=1

 ID: 53713
 Comment by: jinmoku at hotmail dot com
 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:

Added patch


Previous Comments:

[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 http://bugs.php.net/bug.php?id=53713edit=1