summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-313-3/+3
|
* Stop using sqlite3_aggregate_count() as this is now deprecated.Scott MacVicar2008-12-243-14/+27
|
* Enable ICU support within bundled SQLiteScott MacVicar2008-12-222-8/+2
|
* Patch has the wrong filenameScott MacVicar2008-12-221-1/+1
|
* SQLite 3.6.7 plus a vc6 backport for LLScott MacVicar2008-12-222-4159/+6169
|
* - 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)
* Update libsqlite to 3.6.6.2Scott MacVicar2008-11-272-29/+16
|
* fix testAntony Dovgal2008-11-261-1/+1
|
* MFB: Upgraded bundled sqlite to version 3.6.6.1.Ilia Alshanetsky2008-11-252-8/+20
|
* Patch file for sqlite3 amalgamation so things don't get missed.Scott MacVicar2008-11-221-0/+37
|
* - MFB: Fix windows buildPierre Joye2008-11-221-6/+2
|
* Update libsqlite to 3.6.6Scott MacVicar2008-11-222-1233/+2314
|
* - 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
|
* Sync libsqlite to 3.6.5Scott MacVicar2008-11-173-4773/+6234
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-28/+0
|
* MFB fix VC6 buildScott MacVicar2008-11-071-2/+2
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+28
|
* Tests for SQLite3Stmt::paramCount().Felix De Vliegher2008-10-292-0/+105
|
* - 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-302-2/+2
|
* Sync libsqlite to 3.6.2 with some VC6 patchesScott MacVicar2008-09-152-4685/+6009
|
* MFB Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)Scott MacVicar2008-09-151-11/+17
|
* - MFB: fix unexpected EOF on line 391Pierre Joye2008-08-151-6/+2
|
* - Fixed testFelipe Pena2008-08-121-1/+1
|
* - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)Felipe Pena2008-08-122-0/+33
|
* Sync libsqlite to 3.6.1Scott MacVicar2008-08-063-8899/+17865
|
* Fix test on WindowsScott MacVicar2008-08-061-1/+1
|
* MFB: Update coding standards and fix a test, this was already in 5.3 alpha 1Scott MacVicar2008-08-063-71/+73
|
* Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions ↵Elizabeth Marie Smith2008-08-051-4/+0
| | | | don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static
* - Nuketh C++ comments from C files.Jani Taskinen2008-08-031-39/+39
|
* - 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-012-7/+10
|
* fix skipifHannes Magnusson2008-08-011-1/+1
|
* MFB5.3: "without" and "do not include"Hannes Magnusson2008-07-312-2/+2
|
* MFB: Enable by default and fix compile errorScott MacVicar2008-07-313-4/+4
|
* 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-293-50/+59
|
* MFB: Fix error when fetchArray reaches the last rowScott MacVicar2008-07-281-1/+3
|
* - Fix EOLsJani Taskinen2008-07-282-3/+2
|
* - Fix EOLs. (Pierre: yea, mac2unix..try not touch files with your braindead ↵Jani Taskinen2008-07-281-1/+9
| | | | Winblows editors!)
* - mac to unixPierre Joye2008-07-281-1/+0
|
* - mac to unix formatPierre Joye2008-07-281-9/+0
|
* *sigh*Jani Taskinen2008-07-272-98/+0
|
* - Fix buildJani Taskinen2008-07-263-104/+126
|