Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | use Z* macro name | Anatol Belski | 2015-11-05 | 1 | -1/+1 |
| | | |||||
* | | fix pdo_sqlite crash with empty bound stream | Anatol Belski | 2015-11-05 | 1 | -2/+3 |
| | | |||||
* | | Various warning fixes | Nikita Popov | 2015-07-17 | 1 | -1/+1 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
| | | | | | | | | semantick changes). | ||||
* | | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -2/+3 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -11/+11 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -9/+9 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -7/+7 |
| | | |||||
* | | ported pdo and pdo_sqlite | Anatol Belski | 2014-08-19 | 1 | -4/+4 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -5/+5 |
| | | |||||
* | | Various bugs fixed | Xinchen Hui | 2014-04-24 | 1 | -18/+33 |
| | | |||||
* | | Refactor pdo_sqlite (only compilable) | Xinchen Hui | 2014-04-23 | 1 | -23/+20 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -7/+7 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit ↵ | Lars Strojny | 2013-01-14 | 1 | -0/+6 |
| | | | | builds in pdo_sqlite | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFB: Re-introduce the Matteo's patch and combine default & text handling | Ilia Alshanetsky | 2009-05-20 | 1 | -10/+0 |
| | | | | | since they appear to be the same irregardless on notes inside sqlite3.h | ||||
* | The \0 removal is only needed prior to 3.4.0 | Ilia Alshanetsky | 2009-05-19 | 1 | -2/+3 |
| | |||||
* | Revert faulty warning fix | Ilia Alshanetsky | 2009-05-19 | 1 | -0/+4 |
| | |||||
* | MFH | Matteo Beccati | 2009-05-07 | 1 | -5/+0 |
| | | | | | - Fixed bug #48185 removing no-op code | ||||
* | MFH: reverted previous patch, using explicit cast instead | Alexey Zakhlestin | 2009-04-01 | 1 | -15/+7 |
| | |||||
* | MFH: const pointer was used in non-const context | Alexey Zakhlestin | 2009-04-01 | 1 | -4/+12 |
| | |||||
* | MFH Add table key to getColumnMeta() with SQLite | Scott MacVicar | 2009-01-13 | 1 | -0/+7 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to ↵ | Scott MacVicar | 2008-03-07 | 1 | -2/+33 |
| | | | | | | | stop errors with null bytes.) Fixed bug #42443 (Bind integers and booleans as integers rather than strings.) | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #41831 (pdo_sqlite prepared statements convert resources to | Ilia Alshanetsky | 2007-08-01 | 1 | -1/+1 |
| | | | | | strings). | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: fix #39564 (PDO::errorInfo() returns inconsistent information when ↵ | Antony Dovgal | 2006-11-27 | 1 | -0/+3 |
| | | | | sqlite3_step() fails) | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - TSRM fix | Marcus Boerger | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Refs #34630 | Wez Furlong | 2005-09-24 | 1 | -5/+20 |
| | |||||
* | MFH: reset the statement when closeCursor() is called. | Wez Furlong | 2005-09-11 | 1 | -0/+2 |
| | |||||
* | Fixed bug #33841 (pdo sqlite driver forgets to update affected column count | Ilia Alshanetsky | 2005-07-23 | 1 | -0/+1 |
| | | | | | on execution of prepared statments). | ||||
* | this needs to be the column count, otherwise a db->query() that returns 0 rows | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | | | | | will fail rather than returning a statement with no rows. | ||||
* | cursor_closer for SQLite. | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+8 |
| | |||||
* | Fixed memory leak, after SQLITE_DONE sqlite3_data_count() always returns 0. | Ilia Alshanetsky | 2005-07-07 | 1 | -1/+1 |
| | |||||
* | fix for PECL Bug #3452 | Wez Furlong | 2005-02-28 | 1 | -5/+1 |
| | |||||
* | upgrade bundled sqlite to sqlite 3.1.3 | Wez Furlong | 2005-02-27 | 1 | -3/+14 |
| |