mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
MFB51:
Updated libsqlite in ext/sqlite to 2.8.17. Use in-memory database for tests.
This commit is contained in:
parent
cf2e00bb39
commit
d508cfee49
8 changed files with 12 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