summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
* Upgraded to Sqlite 3.6.21Ilia Alshanetsky2009-12-083-7449/+6455
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-9/+3
* Upgraded bundled sqlite to version 3.6.20Ilia Alshanetsky2009-11-092-1038/+1281
* Add metadata support to the bundled version of libsqlite on Windows, part of ...Scott MacVicar2009-10-161-1/+1
* Update libsqlite to 3.6.19Scott MacVicar2009-10-162-1234/+3041
* Upgraded bundled sqlite to version 3.6.18.Ilia Alshanetsky2009-09-152-2850/+4718
* Update libsqlite to 3.6.17.Scott MacVicar2009-08-112-2935/+3277
* fix testsZoe Slattery2009-07-172-2/+2
* Update libsqlite to 3.6.16Scott MacVicar2009-06-282-2419/+2303
* sync SQLite 3.6.15Scott MacVicar2009-06-152-4047/+5469
* Change more things to the UTF-16 API and make SQLite3::enableExceptions() ret...Scott MacVicar2009-06-083-49/+52
* sync SQLite 3.6.14.2Scott MacVicar2009-05-282-5/+21
* Previous commit was an old version of the patch, PHP_ZTS is not a boolean but...Kalle Sommer Nielsen2009-05-221-1/+1
* Don't build SQLite threadsafe on NTS buildsKalle Sommer Nielsen2009-05-221-1/+1
* Fix test on WindowsKalle Sommer Nielsen2009-05-221-1/+1
* Added missing SKIPIFKalle Sommer Nielsen2009-05-221-0/+2
* MFB: libsqlite3 3.6.14.1 upgradeIlia Alshanetsky2009-05-192-18/+31
* Fix testHannes Magnusson2009-05-181-2/+4
* - New tests (testfest BelgiumUG)Felipe Pena2009-05-1730-0/+764
* - Changed %s to %v on createAggregate() error messageFelipe Pena2009-05-171-2/+2
* fix ZTS buildAntony Dovgal2009-05-081-0/+1
* - Fix buildFelipe Pena2009-05-071-0/+1
* MFB Print warning when using loadExtension on non cli, cgi and embededScott MacVicar2009-05-071-0/+10
* Some unicode updates for sqlite3Scott MacVicar2009-05-071-11/+12
* MFB: fixed compiler warningIlia Alshanetsky2009-05-071-0/+1
* Update bundled libsqlite to 3.6.14Scott MacVicar2009-05-072-1834/+2534
* Add the ability to enable exceptions rather than warnings for sqlite3, needed...Scott MacVicar2009-04-272-59/+97
* MFB: Upgrade to SQLite 3.6.13Ilia Alshanetsky2009-04-132-990/+1325
* Update libsqlite to 3.6.12Scott MacVicar2009-03-312-6566/+5025
* Fix bug #47826 - Building with system sqlite3 can miss a symbol.Scott MacVicar2009-03-291-2/+3
* Fix bug #47678 - Allow loadExtension to be disabled in SQLite3Scott MacVicar2009-03-173-1/+17
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-102-2/+2
* MFB: Removed unused varIlia Alshanetsky2009-02-181-1/+1
* Update bundled SQLite to 3.6.11Scott MacVicar2009-02-182-2711/+4610
* MFB: The constructor should also throw exceptions, make this semi useful now.Scott MacVicar2009-02-103-17/+29
* - fix buildPierre Joye2009-02-041-1/+1
* fix buildAntony Dovgal2009-01-241-1/+1
* Forgot test for the last commitScott MacVicar2009-01-241-0/+50
* Add blobOpen method for reading SQlite3 blobs via streams.Scott MacVicar2009-01-241-2/+188
* Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelistScott MacVicar2009-01-202-7/+43
* Fix bug #47145 - As soon as sqlite3_step is called on a statement it always m...Scott MacVicar2009-01-201-8/+7
* MFB Fixed bug #47141 - Unable to fetch error messages after the database can'...Scott MacVicar2009-01-191-3/+3
* MFB: Upgraded bundled sqlite3 to 3.6.10Ilia Alshanetsky2009-01-182-23/+137
* Add table key to getColumnMeta() with SQLiteScott MacVicar2009-01-131-1/+1
* Fix building of pdo_sqlite without sqlite3Scott MacVicar2009-01-121-82/+0
* Update sqlite to 3.6.8Scott MacVicar2009-01-121-1/+1
* MFB: Upgraded libsqlite3 to 3.6.8Ilia Alshanetsky2009-01-122-4538/+6598
* fix buildAntony Dovgal2009-01-051-0/+3
* MFB: Added missing initializationIlia Alshanetsky2009-01-041-1/+1