mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ws fix
This commit is contained in:
parent
6129ddce1e
commit
960ab9bd8d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ PS_OPEN_FUNC(sqlite)
|
|||
unclear as to how to check for a table's existence in SQLite -- that would be better here. */
|
||||
sqlite_exec(db,
|
||||
"CREATE TABLE session_data ("
|
||||
" sess_id TEXT PRIMARY KEY,"
|
||||
" sess_id TEXT PRIMARY KEY,"
|
||||
" value TEXT, updated INTEGER "
|
||||
")", NULL, NULL, NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue