Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFB: Added missing initialization | Ilia Alshanetsky | 2009-01-04 | 1 | -1/+1 | |
| | ||||||
* | - Removed unnecessary repeated arginfos | Felipe Pena | 2009-01-03 | 1 | -68/+18 | |
| | | | | | - Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 3 | -3/+3 | |
| | ||||||
* | Stop using sqlite3_aggregate_count() as this is now deprecated. | Scott MacVicar | 2008-12-24 | 3 | -14/+27 | |
| | ||||||
* | Enable ICU support within bundled SQLite | Scott MacVicar | 2008-12-22 | 2 | -8/+2 | |
| | ||||||
* | Patch has the wrong filename | Scott MacVicar | 2008-12-22 | 1 | -1/+1 | |
| | ||||||
* | SQLite 3.6.7 plus a vc6 backport for LL | Scott MacVicar | 2008-12-22 | 2 | -4159/+6169 | |
| | ||||||
* | - Fixed memory leaks in createFunction and createAggregate methods | Felipe Pena | 2008-11-28 | 2 | -0/+32 | |
| | ||||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 | |
| | | | | using array_map) | |||||
* | Update libsqlite to 3.6.6.2 | Scott MacVicar | 2008-11-27 | 2 | -29/+16 | |
| | ||||||
* | fix test | Antony Dovgal | 2008-11-26 | 1 | -1/+1 | |
| | ||||||
* | MFB: Upgraded bundled sqlite to version 3.6.6.1. | Ilia Alshanetsky | 2008-11-25 | 2 | -8/+20 | |
| | ||||||
* | Patch file for sqlite3 amalgamation so things don't get missed. | Scott MacVicar | 2008-11-22 | 1 | -0/+37 | |
| | ||||||
* | - MFB: Fix windows build | Pierre Joye | 2008-11-22 | 1 | -6/+2 | |
| | ||||||
* | Update libsqlite to 3.6.6 | Scott MacVicar | 2008-11-22 | 2 | -1233/+2314 | |
| | ||||||
* | - declarations must be.. 1st | Pierre Joye | 2008-11-20 | 1 | -1/+2 | |
| | ||||||
* | Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -2/+8 | |
| | ||||||
* | - declaration has to be first... | Pierre Joye | 2008-11-18 | 1 | -1/+2 | |
| | ||||||
* | Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly. | Scott MacVicar | 2008-11-17 | 1 | -3/+70 | |
| | ||||||
* | Sync libsqlite to 3.6.5 | Scott MacVicar | 2008-11-17 | 3 | -4773/+6234 | |
| | ||||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -28/+0 | |
| | ||||||
* | MFB fix VC6 build | Scott MacVicar | 2008-11-07 | 1 | -2/+2 | |
| | ||||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+28 | |
| | ||||||
* | Tests for SQLite3Stmt::paramCount(). | Felix De Vliegher | 2008-10-29 | 2 | -0/+105 | |
| | ||||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -28/+0 | |
| | ||||||
* | SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite | Scott MacVicar | 2008-09-30 | 2 | -2/+2 | |
| | ||||||
* | Sync libsqlite to 3.6.2 with some VC6 patches | Scott MacVicar | 2008-09-15 | 2 | -4685/+6009 | |
| | ||||||
* | MFB Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result) | Scott MacVicar | 2008-09-15 | 1 | -11/+17 | |
| | ||||||
* | - MFB: fix unexpected EOF on line 391 | Pierre Joye | 2008-08-15 | 1 | -6/+2 | |
| | ||||||
* | - Fixed test | Felipe Pena | 2008-08-12 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) | Felipe Pena | 2008-08-12 | 2 | -0/+33 | |
| | ||||||
* | Sync libsqlite to 3.6.1 | Scott MacVicar | 2008-08-06 | 3 | -8899/+17865 | |
| | ||||||
* | Fix test on Windows | Scott MacVicar | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | MFB: Update coding standards and fix a test, this was already in 5.3 alpha 1 | Scott MacVicar | 2008-08-06 | 3 | -71/+73 | |
| | ||||||
* | Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions ↵ | Elizabeth Marie Smith | 2008-08-05 | 1 | -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 Taskinen | 2008-08-03 | 1 | -39/+39 | |
| | ||||||
* | - Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+3 | |
| | ||||||
* | fix int<->long mess causing lots of segfaults on x86_64 | Antony Dovgal | 2008-08-01 | 2 | -7/+10 | |
| | ||||||
* | fix skipif | Hannes Magnusson | 2008-08-01 | 1 | -1/+1 | |
| | ||||||
* | MFB5.3: "without" and "do not include" | Hannes Magnusson | 2008-07-31 | 2 | -2/+2 | |
| | ||||||
* | MFB: Enable by default and fix compile error | Scott MacVicar | 2008-07-31 | 3 | -4/+4 | |
| | ||||||
* | MFB: Stray RETURN_TRUE value | Scott MacVicar | 2008-07-31 | 1 | -1/+0 | |
| | ||||||
* | Add freelist for tracking sqlite statements to free on implicit SQLite3::close() | Scott MacVicar | 2008-07-29 | 3 | -50/+59 | |
| | ||||||
* | MFB: Fix error when fetchArray reaches the last row | Scott MacVicar | 2008-07-28 | 1 | -1/+3 | |
| | ||||||
* | - Fix EOLs | Jani Taskinen | 2008-07-28 | 2 | -3/+2 | |
| | ||||||
* | - Fix EOLs. (Pierre: yea, mac2unix..try not touch files with your braindead ↵ | Jani Taskinen | 2008-07-28 | 1 | -1/+9 | |
| | | | | Winblows editors!) | |||||
* | - mac to unix | Pierre Joye | 2008-07-28 | 1 | -1/+0 | |
| | ||||||
* | - mac to unix format | Pierre Joye | 2008-07-28 | 1 | -9/+0 | |
| | ||||||
* | *sigh* | Jani Taskinen | 2008-07-27 | 2 | -98/+0 | |
| | ||||||
* | - Fix build | Jani Taskinen | 2008-07-26 | 3 | -104/+126 | |
| |