Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -35/+35 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | typo fixes (argument) | Veres Lajos | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | typo fixes (accommodate, parameter) | Veres Lajos | 2013-06-10 | 2 | -3/+3 |
| | |||||
* | Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using ↵ | Lars Strojny | 2013-01-14 | 3 | -0/+66 |
| | | | | sqlite3_*_int64 API | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 3 | -3/+3 |
| | |||||
* | Fixed Bug #63149 Feature missing with system SQLite | Remi Collet | 2012-11-24 | 1 | -0/+3 |
| | | | | | | | | | | In pdo_sqlite, getColumnMeta should return the table name. With bundled SQLite library, -DSQLITE_ENABLE_COLUMN_METADATA=1 (other_flags) enable the feature in SQLite (function sqlite3_column_table_name). With system SQLite library, this fix detects if sqlite3_column_table_name is available and add SQLITE_ENABLE_COLUMN_METADATA macro to get the same behavior. Test already exists: ext/pdo_sqlite/tests/bug_42589.phpt | ||||
* | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 2 | -12/+12 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | | | * PHP-5.3: Improve check for :memory: pseudo-filename in SQlite Conflicts: ext/sqlite3/sqlite3.c | ||||
| * | Improve check for :memory: pseudo-filename in SQlite | Johannes Schlüter | 2012-06-22 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-26 | 2 | -0/+40 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.3: Fix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt fails Conflicts: ext/sqlite3/tests/sqlite3_15_open_error.phpt | ||||
| * | Fix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt fails | Anatoliy Belsky | 2012-04-26 | 2 | -0/+40 |
| | | |||||
| * | Missed the test | Rasmus Lerdorf | 2012-01-29 | 1 | -0/+44 |
| | | |||||
| * | Good patch from Brad Dewar that adds missing createCollation() | Rasmus Lerdorf | 2012-01-29 | 3 | -1/+133 |
| | | | | | | | | | | method. Fixes bug #60871 and is related to bug #55226 | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 3 | -3/+3 |
| | | |||||
| * | - add skipif | Pierre Joye | 2011-09-06 | 1 | -0/+2 |
| | | |||||
| * | - add skipif | Pierre Joye | 2011-09-06 | 1 | -0/+2 |
| | | |||||
| * | Fix another broken test. root can read 0200 files. | Rasmus Lerdorf | 2011-08-29 | 1 | -1/+6 |
| | | |||||
| * | Fixed memset usage (identified by coverity) | Ilia Alshanetsky | 2011-08-10 | 1 | -3/+3 |
| | | |||||
| * | Update SQLite3 to the latest version | Scott MacVicar | 2011-08-09 | 2 | -2600/+5315 |
| | | |||||
| * | Not our issue, but fixing here for now and reporting upstream | Rasmus Lerdorf | 2011-08-06 | 1 | -0/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 |
| | | |||||
| * | Upgrade SQLite to 3.7.6.3 | Scott MacVicar | 2011-06-14 | 2 | -5/+15 |
| | | |||||
| * | Update bundled SQLite to 3.7.6.2 | Scott MacVicar | 2011-05-13 | 3 | -2536/+5729 |
| | | |||||
| * | Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() | Adam Harvey | 2011-05-10 | 1 | -1/+1 |
| | | | | | | | | | | prototype. | ||||
| * | - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a ↵ | Felipe Pena | 2011-01-07 | 2 | -1/+18 |
| | | | | | | | | reference. | ||||
| * | Implemented FR #53466 (SQLite3Result::columnType() should return false after ↵ | Scott MacVicar | 2011-01-06 | 1 | -0/+5 |
| | | | | | | | | all of the rows have been fetched). | ||||
| * | Fix error with initialisation flag being set too early. If encryption is ↵ | Scott MacVicar | 2011-01-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | enabled and fails to decrypt a crash can occur. Also fix a WS error. | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 3 | -3/+3 |
| | | |||||
| * | Add SQLite3_Stmt::readOnly for checking if a statement is read only | Scott MacVicar | 2010-12-31 | 2 | -4/+78 |
| | | |||||
| * | - add phpize support for windows, need a nmake install for now (nmake ↵ | Pierre Joye | 2010-12-13 | 1 | -0/+1 |
| | | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :) | ||||
| * | Upgraded bundled Sqlite3 to version 3.7.4. | Ilia Alshanetsky | 2010-12-11 | 4 | -1159/+3509 |
| | | |||||
| * | - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) | Felipe Pena | 2010-12-03 | 2 | -1/+35 |
| | | |||||
| * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -0/+3 |
| | | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | ||||
| * | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 1 | -2/+2 |
| | | | | | | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
| * | Upgraded bundled sqlite to version 3.7.3 | Ilia Alshanetsky | 2010-10-20 | 2 | -3492/+5793 |
| | | |||||
| * | Upgraded bundled Sqlite3 to version 3.7.0.1 | Ilia Alshanetsky | 2010-08-14 | 2 | -3636/+10059 |
| | | |||||
| * | Install SQLite3 header | Johannes Schlüter | 2010-06-23 | 1 | -0/+1 |
| | | |||||
| * | MFB: Implemented FR #51295 (SQLite3::busyTimeout not existing). (Mark) | Ilia Alshanetsky | 2010-06-21 | 1 | -0/+32 |
| | | |||||
| * | Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command). | Ilia Alshanetsky | 2010-06-09 | 1 | -1/+1 |
| | | |||||
| * | Berkeley DB 5's SQL frontend gives a slightly different error than libsqlite | Johannes Schlüter | 2010-06-01 | 1 | -1/+1 |
| | | |||||
| * | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 2 | -2/+12 |
| | | |||||
| * | Upgraded bundled sqlite to version 3.6.23.1 | Ilia Alshanetsky | 2010-03-30 | 2 | -2328/+3988 |
| | | |||||
* | | remove -dev for release | Stanislav Malyshev | 2012-02-28 | 1 | -1/+1 |
| | | |||||
* | | Missed the test | Rasmus Lerdorf | 2012-01-29 | 1 | -0/+44 |
| | | |||||
* | | Good patch from Brad Dewar that adds missing createCollation() | Rasmus Lerdorf | 2012-01-29 | 3 | -1/+133 |
| | | | | | | | | | | method. Fixes bug #60871 and is related to bug #55226 | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 3 | -3/+3 |
| | | |||||
* | | - add skipif | Pierre Joye | 2011-09-06 | 1 | -0/+2 |
| | | |||||
* | | - add skipif | Pierre Joye | 2011-09-06 | 1 | -1/+3 |
| | | |||||
* | | Fix another broken test. root can read 0200 files. | Rasmus Lerdorf | 2011-08-29 | 1 | -2/+7 |
| | | |||||
* | | Fixed memset usage (identified by coverity) | Ilia Alshanetsky | 2011-08-10 | 1 | -3/+3 |
| | |