summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* MFH sync SQLite 3.6.15Scott MacVicar2009-06-152-4047/+5469
|
* MFH make SQLite3::enableExceptions() return the previous value.Scott MacVicar2009-06-082-4/+6
|
* This shouldn't have been in thereKalle Sommer Nielsen2009-05-311-1/+0
|
* MFH sync SQLite 3.6.14.2Scott MacVicar2009-05-282-5/+21
|
* MFH: Previous commit was an old version of the patch, PHP_ZTS is not a ↵Kalle Sommer Nielsen2009-05-221-1/+2
| | | | boolean but the behaviour is still correct
* MFH: Don't build SQLite threadsafe on NTS buildsKalle Sommer Nielsen2009-05-221-1/+1
|
* MFH: Fix test on WindowsKalle Sommer Nielsen2009-05-221-3/+3
|
* MFH: Added missing SKIPIFKalle Sommer Nielsen2009-05-221-0/+2
|
* Warning fixIlia Alshanetsky2009-05-191-0/+1
|
* Upgraded to 3.6.14.1Ilia Alshanetsky2009-05-192-19/+31
|
* Fix testHannes Magnusson2009-05-181-2/+4
|
* - New tests (testfest BelgiumUG)Felipe Pena2009-05-1730-0/+764
|
* MFH: fix ZTS buildAntony Dovgal2009-05-081-0/+1
|
* - Fix buildFelipe Pena2009-05-071-0/+1
|
* Print warning when using loadExtension on non cli, cgi and embededScott MacVicar2009-05-071-0/+9
|
* Fixed compiler warningIlia Alshanetsky2009-05-071-0/+1
|
* MFH Update bundled libsqlite to 3.6.14Scott MacVicar2009-05-072-1834/+2534
|
* MFH Add the ability to enable exceptions rather than warnings for sqlite3, ↵Scott MacVicar2009-04-272-60/+97
| | | | needed for pyrus.
* Upgrade to SQLite 3.6.13Ilia Alshanetsky2009-04-132-990/+1325
|
* MFH Update libsqlite to 3.6.12Scott MacVicar2009-03-312-6566/+5025
|
* MFH Fix bug #47826 - Building with system sqlite3 can miss a symbol.Scott MacVicar2009-03-291-2/+3
|
* MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3Scott MacVicar2009-03-173-1/+17
|
* Removed unused varIlia Alshanetsky2009-02-181-1/+1
|
* MFH: Update bundled SQLite to 3.6.11Scott MacVicar2009-02-182-2711/+4610
|
* The constructor should also throw exceptions, make this semi useful now.Scott MacVicar2009-02-103-17/+34
|
* Fix build on WindowsScott MacVicar2009-01-281-1/+1
|
* fix buildAntony Dovgal2009-01-241-1/+1
|
* MFH Add blobOpen method for reading binary blobs via streams.Scott MacVicar2009-01-242-2/+238
|
* MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the ↵Scott MacVicar2009-01-202-7/+39
| | | | freelist
* MFH Fix bug #47145 - As soon as sqlite3_step is called on a statement it ↵Scott MacVicar2009-01-201-8/+7
| | | | always must be finalised.
* Fixed bug #47141 - Unable to fetch error messages after the database can't ↵Scott MacVicar2009-01-191-3/+3
| | | | be opened.
* Upgraded bundled sqlite3 to 3.6.10Ilia Alshanetsky2009-01-182-23/+137
|
* MFH Add table key to getColumnMeta() with SQLiteScott MacVicar2009-01-131-1/+1
|
* MFH Fix building of pdo_sqlite without sqlite3Scott MacVicar2009-01-121-87/+0
|
* MFH Update sqlite to 3.6.8Scott MacVicar2009-01-121-1/+1
|
* Upgraded libsqlite3 to 3.6.8Ilia Alshanetsky2009-01-122-4538/+6598
|
* Fix bug #47055 - When intl is shared dont enable icu support in SQLite3Scott MacVicar2009-01-102-2/+2
|
* Added missing initializationIlia Alshanetsky2009-01-041-1/+1
|
* MFH:Felipe Pena2009-01-031-69/+19
| | | | | | - Removed unnecessary repeated arginfos - Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
|
* MFH Stop using sqlite3_aggregate_count() as this is now deprecated.Scott MacVicar2008-12-243-14/+27
|
* MFH Enable ICU support within bundled SQLite if intl is enabled but not shared.Scott MacVicar2008-12-222-6/+10
|
* MFH Patch has the wrong filenameScott MacVicar2008-12-221-1/+1
|
* MFH SQLite 3.6.7 plus a vc6 backport for LLScott MacVicar2008-12-222-4159/+6169
|
* - MFH: Fixed memory leaks in createFunction and createAggregate methodsFelipe Pena2008-11-282-0/+32
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-1/+1
| | | | using array_map)
* MFH Update libsqlite to 3.6.6.2Scott MacVicar2008-11-272-29/+16
|
* fix testAntony Dovgal2008-11-261-1/+1
|
* Upgraded bundled sqlite to version 3.6.6.1Ilia Alshanetsky2008-11-252-9/+21
|
* MFH Patch file for sqlite3 amalgamation so things don't get missed.Scott MacVicar2008-11-221-0/+37
|