summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Collapse)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 ↵Scott MacVicar2008-10-141-0/+8
| | | | amalgamation, will most likely need to track down what particular function is causing problems or consider setting the flags to /O1 for libsqlite specifically.
* MFH: SQLite3::escapeString can be static as it doesn't rely on an instance ↵Scott MacVicar2008-09-302-2/+2
| | | | of SQLite
* - 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 ↵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
* 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
| | | | | Fix test after class rename
* 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 ↵Scott MacVicar2008-07-293-50/+59
| | | | SQLite3::close()
* 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. ↵Scott MacVicar2008-07-2540-0/+96560
Will merge to head tomorrow as well.