summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* 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 using...Dmitry Stogov2008-11-271-1/+1
* 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
* - Fix windows buildPierre Joye2008-11-221-6/+2
* MFH Update libsqlite to 3.6.6Scott MacVicar2008-11-222-1233/+2314
* - 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 di...Scott MacVicar2008-11-171-3/+70
* MFH Sync libsqlite to 3.6.5Scott MacVicar2008-11-173-4773/+6226
* - 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: Tests for SQLite3Stmt::paramCount().Felix De Vliegher2008-10-292-0/+105
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-28/+0
* Disable optimizations at the moment for libsqlite on VC6 with the amalgamatio...Scott MacVicar2008-10-141-0/+8
* MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of...Scott MacVicar2008-09-302-2/+2
* - fix VC6 buildPierre Joye2008-09-201-7/+7
* MFH: Sync libsqlite to 3.6.2 with some VC6 patchesScott MacVicar2008-09-152-4685/+6009
* Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)Scott MacVicar2008-09-151-9/+16
* - attempt to fix unexpected EOF on line 391/6Pierre Joye2008-08-151-6/+2
* - MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)Felipe Pena2008-08-122-0/+33
* MFH: Sync libsqlite to 3.6.1Scott MacVicar2008-08-063-8899/+17865
* MFH: Fix test on WindowsScott MacVicar2008-08-061-1/+1
* Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don'...Elizabeth Marie Smith2008-08-051-4/+0
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-39/+39
* - 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-012-7/+10
* Fix skipif (altough I can't find any such method in the source..?)Hannes Magnusson2008-08-011-1/+1
* Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!)Scott MacVicar2008-07-311-1/+1
* Class rename to match Coding StandardsScott MacVicar2008-07-311-64/+64
* Which means do not include.., thanks Jani :)Hannes Magnusson2008-07-312-2/+2
* Say without, since its enabled by defaultHannes Magnusson2008-07-312-2/+2
* Enable by default and fix compile errorScott MacVicar2008-07-313-4/+4
* Fix testScott MacVicar2008-07-311-6/+8
* Stray RETURN_TRUE valueScott MacVicar2008-07-311-1/+0
* MFH: Add freelist for tracking sqlite statements to free on implicit SQLite3:...Scott MacVicar2008-07-293-50/+59
* Fix error when fetchArray reaches the last row, and prototyp errorScott MacVicar2008-07-281-2/+4
* - Fix EOLsJani Taskinen2008-07-283-4/+3
* MFH: fix buildJani Taskinen2008-07-263-104/+125
* MFH: build fixes, cs, ws, etc.Jani Taskinen2008-07-264-142/+93
* - No tabs.Jani Taskinen2008-07-262-150/+150
* - Fix descriptionJani Taskinen2008-07-252-4/+4
* - No tabs, fix indent in configure --helpJani Taskinen2008-07-252-2/+12