mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Updated libsqlite in ext/sqlite to 2.8.17.
Use in-memory database for tests.
This commit is contained in:
parent
5961160f95
commit
61c9b22536
9 changed files with 13 additions and 34 deletions
|
@ -1120,7 +1120,7 @@ void sqliteRealToSortable(double r, char *);
|
|||
#endif
|
||||
char *sqliteMPrintf(const char*, ...);
|
||||
char *sqliteVMPrintf(const char*, va_list);
|
||||
void sqliteSetString(char **, const char *, ...);
|
||||
void sqliteSetString(char **, ...);
|
||||
void sqliteSetNString(char **, ...);
|
||||
void sqliteErrorMsg(Parse*, const char*, ...);
|
||||
void sqliteDequote(char*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue