mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Upgrade bundled libsqlite to 2.8.9
This commit is contained in:
parent
2cf3cb6407
commit
a4ea8eb44e
37 changed files with 5000 additions and 6182 deletions
|
@ -6,6 +6,7 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"Halt",
|
||||
"Integer",
|
||||
"String",
|
||||
"Variable",
|
||||
"Pop",
|
||||
"Dup",
|
||||
"Pull",
|
||||
|
@ -25,6 +26,7 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"ShiftLeft",
|
||||
"ShiftRight",
|
||||
"AddImm",
|
||||
"IsNumeric",
|
||||
"MustBeInt",
|
||||
"Eq",
|
||||
"Ne",
|
||||
|
@ -128,4 +130,5 @@ char *sqliteOpcodeNames[] = { "???",
|
|||
"SetNotFound",
|
||||
"SetFirst",
|
||||
"SetNext",
|
||||
"Vacuum",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue