summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-9/+3
|
* Change more things to the UTF-16 API and make SQLite3::enableExceptions() ↵Scott MacVicar2009-06-081-46/+49
| | | | return the previous value.
* - 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
|
* Add the ability to enable exceptions rather than warnings for sqlite3, ↵Scott MacVicar2009-04-271-59/+96
| | | | needed for pyrus.
* Fix bug #47678 - Allow loadExtension to be disabled in SQLite3Scott MacVicar2009-03-171-0/+6
|
* MFB: Removed unused varIlia Alshanetsky2009-02-181-1/+1
|
* MFB: The constructor should also throw exceptions, make this semi useful now.Scott MacVicar2009-02-101-6/+16
|
* - fix buildPierre Joye2009-02-041-1/+1
|
* fix buildAntony Dovgal2009-01-241-1/+1
|
* 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-201-7/+17
|
* Fix bug #47145 - As soon as sqlite3_step is called on a statement it always ↵Scott MacVicar2009-01-201-8/+7
| | | | must be finalised.
* MFB Fixed bug #47141 - Unable to fetch error messages after the database ↵Scott MacVicar2009-01-191-3/+3
| | | | can't be opened.
* fix buildAntony Dovgal2009-01-051-0/+3
|
* MFB: Added missing initializationIlia Alshanetsky2009-01-041-1/+1
|
* - Removed unnecessary repeated arginfosFelipe Pena2009-01-031-68/+18
| | | | | - Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Stop using sqlite3_aggregate_count() as this is now deprecated.Scott MacVicar2008-12-241-13/+20
|
* - Fixed memory leaks in createFunction and createAggregate methodsFelipe Pena2008-11-281-0/+3
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-1/+1
| | | | using array_map)
* - declarations must be.. 1stPierre Joye2008-11-201-1/+2
|
* Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-2/+8
|
* - declaration has to be first...Pierre Joye2008-11-181-1/+2
|
* Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly.Scott MacVicar2008-11-171-3/+70
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-28/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+28
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-28/+0
|
* SQLite3::escapeString can be static as it doesn't rely on an instance of SQLiteScott MacVicar2008-09-301-1/+1
|
* MFB Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)Scott MacVicar2008-09-151-11/+17
|
* - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)Felipe Pena2008-08-121-0/+1
|
* MFB: Update coding standards and fix a test, this was already in 5.3 alpha 1Scott MacVicar2008-08-061-64/+64
|
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
|
* fix int<->long mess causing lots of segfaults on x86_64Antony Dovgal2008-08-011-6/+9
|
* MFB: Stray RETURN_TRUE valueScott MacVicar2008-07-311-1/+0
|
* Add freelist for tracking sqlite statements to free on implicit SQLite3::close()Scott MacVicar2008-07-291-33/+47
|
* MFB: Fix error when fetchArray reaches the last rowScott MacVicar2008-07-281-1/+3
|
* - Fix buildJani Taskinen2008-07-261-0/+1
|
* fix folding tagJani Taskinen2008-07-261-2/+0
|
* - Fix ws/cs (please do not invent your own CS...) and weird EOLsJani Taskinen2008-07-261-117/+84
|
* Forgot to add these earlierScott MacVicar2008-07-261-0/+1901
SQLite3 extension, still has 2 failing tests that will be sorted shortly.