summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* - 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
* SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Wi...Scott MacVicar2008-07-2540-0/+96560