mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Update bundled library to 2.8.3 + patches from sqlite author to enable
authorization checks for the ATTACH database command.
This commit is contained in:
parent
6610183236
commit
30fc9e152f
26 changed files with 1056 additions and 907 deletions
|
@ -191,6 +191,7 @@ SrcList *sqliteSrcListDup(SrcList *p){
|
|||
if( pNew==0 ) return 0;
|
||||
pNew->nSrc = p->nSrc;
|
||||
for(i=0; i<p->nSrc; i++){
|
||||
pNew->a[i].zDatabase = sqliteStrDup(p->a[i].zDatabase);
|
||||
pNew->a[i].zName = sqliteStrDup(p->a[i].zName);
|
||||
pNew->a[i].zAlias = sqliteStrDup(p->a[i].zAlias);
|
||||
pNew->a[i].jointype = p->a[i].jointype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue