summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 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-311-1/+1
|
* MFH Stop using sqlite3_aggregate_count() as this is now deprecated.Scott MacVicar2008-12-241-13/+20
|
* - MFH: 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)
* - MFH: declarations must be.. 1stPierre Joye2008-11-201-1/+3
|
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-2/+9
|
* - MFH: declaration has to be first...Pierre Joye2008-11-181-1/+1
|
* MFH Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result ↵Scott MacVicar2008-11-171-3/+70
| | | | directly.
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-28/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+28
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-28/+0
|
* MFH: SQLite3::escapeString can be static as it doesn't rely on an instance ↵Scott MacVicar2008-09-301-1/+1
| | | | of SQLite
* Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)Scott MacVicar2008-09-151-9/+16
|
* - MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)Felipe Pena2008-08-121-0/+1
|
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
|
* MFH: fix int<->long mess causing lots of segfaults on x86_64Antony Dovgal2008-08-011-6/+9
|
* Class rename to match Coding StandardsScott MacVicar2008-07-311-64/+64
|
* Stray RETURN_TRUE valueScott MacVicar2008-07-311-1/+0
|
* MFH: Add freelist for tracking sqlite statements to free on implicit ↵Scott MacVicar2008-07-291-33/+47
| | | | SQLite3::close()
* Fix error when fetchArray reaches the last row, and prototyp errorScott MacVicar2008-07-281-2/+4
|
* MFH: fix buildJani Taskinen2008-07-261-0/+1
|
* MFH: build fixes, cs, ws, etc.Jani Taskinen2008-07-261-134/+87
|
* SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. ↵Scott MacVicar2008-07-251-0/+1887
Will merge to head tomorrow as well.