mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Upgrade bundled library to 2.8.14 + misc fixes
(http://www.sqlite.org/cvstrac/chngview?cn=1742)
This commit is contained in:
parent
cd732f1a3f
commit
e563b4eafa
43 changed files with 5953 additions and 5559 deletions
|
@ -13,7 +13,6 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"Push",
|
||||
"ColumnName",
|
||||
"Callback",
|
||||
"NullCallback",
|
||||
"Concat",
|
||||
"Add",
|
||||
"Subtract",
|
||||
|
@ -26,7 +25,7 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"ShiftLeft",
|
||||
"ShiftRight",
|
||||
"AddImm",
|
||||
"IsNumeric",
|
||||
"ForceInt",
|
||||
"MustBeInt",
|
||||
"Eq",
|
||||
"Ne",
|
||||
|
@ -78,6 +77,7 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"PutIntKey",
|
||||
"PutStrKey",
|
||||
"Delete",
|
||||
"SetCounts",
|
||||
"KeyAsData",
|
||||
"RowKey",
|
||||
"RowData",
|
||||
|
@ -107,6 +107,8 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"ListReset",
|
||||
"ListPush",
|
||||
"ListPop",
|
||||
"ContextPush",
|
||||
"ContextPop",
|
||||
"SortPut",
|
||||
"SortMakeRec",
|
||||
"SortMakeKey",
|
||||
|
@ -133,4 +135,6 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"SetFirst",
|
||||
"SetNext",
|
||||
"Vacuum",
|
||||
"StackDepth",
|
||||
"StackReset",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue