summaryrefslogtreecommitdiff
path: root/ext/sqlite/libsqlite/src/pager.c
Commit message (Collapse)AuthorAgeFilesLines
* - Move the old sqlite extension to PECLJohannes Schlüter2010-11-191-2220/+0
| | | | | | # discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html
* MFB51:Ilia Alshanetsky2005-12-201-1/+1
| | | | | | Updated libsqlite in ext/sqlite to 2.8.17. Use in-memory database for tests.
* Upgrade bundled library to 2.8.14 + misc fixesWez Furlong2004-07-101-44/+172
| | | | | (http://www.sqlite.org/cvstrac/chngview?cn=1742)
* Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).Ilia Alshanetsky2004-01-141-1/+1
|
* Upgrade bundled libsqlite to 2.8.9Ilia Alshanetsky2004-01-081-26/+33
|
* Update bundled library to 2.8.3 + patches from sqlite author to enableWez Furlong2003-06-061-2/+2
| | | | | authorization checks for the ATTACH database command.
* Update bundled library to version 2.8.2.Wez Furlong2003-06-041-9/+72
| | | | | | Make OnUpdateInt compatible with ZE2. Fix the makefile fragment for non-gnu makes
* Bundle relevant parts of sqlite 2.8.0.Wez Furlong2003-04-171-0/+2022
# sqlite has a completely non-restrictive license