Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+28 |
| | |||||
* | MFH: Tests for SQLite3Stmt::paramCount(). | Felix De Vliegher | 2008-10-29 | 2 | -0/+105 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -28/+0 |
| | |||||
* | Disable optimizations at the moment for libsqlite on VC6 with the ↵ | Scott MacVicar | 2008-10-14 | 1 | -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 MacVicar | 2008-09-30 | 2 | -2/+2 |
| | | | | of SQLite | ||||
* | - fix VC6 build | Pierre Joye | 2008-09-20 | 1 | -7/+7 |
| | |||||
* | MFH: Sync libsqlite to 3.6.2 with some VC6 patches | Scott MacVicar | 2008-09-15 | 2 | -4685/+6009 |
| | |||||
* | Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result) | Scott MacVicar | 2008-09-15 | 1 | -9/+16 |
| | |||||
* | - attempt to fix unexpected EOF on line 391/6 | Pierre Joye | 2008-08-15 | 1 | -6/+2 |
| | |||||
* | - MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) | Felipe Pena | 2008-08-12 | 2 | -0/+33 |
| | |||||
* | MFH: Sync libsqlite to 3.6.1 | Scott MacVicar | 2008-08-06 | 3 | -8899/+17865 |
| | |||||
* | MFH: Fix test on Windows | Scott MacVicar | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | MFH: nuketh C++ comments | Jani Taskinen | 2008-08-03 | 1 | -39/+39 |
| | |||||
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+3 |
| | |||||
* | MFH: fix int<->long mess causing lots of segfaults on x86_64 | Antony Dovgal | 2008-08-01 | 2 | -7/+10 |
| | |||||
* | Fix skipif (altough I can't find any such method in the source..?) | Hannes Magnusson | 2008-08-01 | 1 | -1/+1 |
| | |||||
* | Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!) | Scott MacVicar | 2008-07-31 | 1 | -1/+1 |
| | | | | | Fix test after class rename | ||||
* | Class rename to match Coding Standards | Scott MacVicar | 2008-07-31 | 1 | -64/+64 |
| | |||||
* | Which means do not include.., thanks Jani :) | Hannes Magnusson | 2008-07-31 | 2 | -2/+2 |
| | |||||
* | Say without, since its enabled by default | Hannes Magnusson | 2008-07-31 | 2 | -2/+2 |
| | |||||
* | Enable by default and fix compile error | Scott MacVicar | 2008-07-31 | 3 | -4/+4 |
| | |||||
* | Fix test | Scott MacVicar | 2008-07-31 | 1 | -6/+8 |
| | |||||
* | Stray RETURN_TRUE value | Scott MacVicar | 2008-07-31 | 1 | -1/+0 |
| | |||||
* | MFH: Add freelist for tracking sqlite statements to free on implicit ↵ | Scott MacVicar | 2008-07-29 | 3 | -50/+59 |
| | | | | SQLite3::close() | ||||
* | Fix error when fetchArray reaches the last row, and prototyp error | Scott MacVicar | 2008-07-28 | 1 | -2/+4 |
| | |||||
* | - Fix EOLs | Jani Taskinen | 2008-07-28 | 3 | -4/+3 |
| | |||||
* | MFH: fix build | Jani Taskinen | 2008-07-26 | 3 | -104/+125 |
| | |||||
* | MFH: build fixes, cs, ws, etc. | Jani Taskinen | 2008-07-26 | 4 | -142/+93 |
| | |||||
* | - No tabs. | Jani Taskinen | 2008-07-26 | 2 | -150/+150 |
| | |||||
* | - Fix description | Jani Taskinen | 2008-07-25 | 2 | -4/+4 |
| | |||||
* | - No tabs, fix indent in configure --help | Jani Taskinen | 2008-07-25 | 2 | -2/+12 |
| | |||||
* | SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. ↵ | Scott MacVicar | 2008-07-25 | 40 | -0/+96560 |
Will merge to head tomorrow as well. |