mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +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
|
@ -1778,6 +1778,7 @@ char *sqliteOsFullPathname(const char *zRelative){
|
|||
sqliteSetString(&zFull, zRelative, (char*)0);
|
||||
}else{
|
||||
char zBuf[5000];
|
||||
zBuf[0] = 0;
|
||||
sqliteSetString(&zFull, getcwd(zBuf, sizeof(zBuf)), "/", zRelative,
|
||||
(char*)0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue