mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).
This commit is contained in:
parent
49b698c67e
commit
6e350b553b
20 changed files with 655 additions and 355 deletions
|
@ -79,6 +79,7 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"PutStrKey",
|
||||
"Delete",
|
||||
"KeyAsData",
|
||||
"RowKey",
|
||||
"RowData",
|
||||
"Column",
|
||||
"Recno",
|
||||
|
@ -94,6 +95,7 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"IdxLT",
|
||||
"IdxGT",
|
||||
"IdxGE",
|
||||
"IdxIsNull",
|
||||
"Destroy",
|
||||
"Clear",
|
||||
"CreateIndex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue