summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade bundled sqlite to 3.8.10.2Lior Kaplan2015-06-082-2207/+4818
| | | | Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 done in 3.8.9
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-052-0/+39
|\ | | | | | | | | * PHP-5.4: Fix bug #66550 (SQLite prepared statement use-after-free)
| * Fix bug #66550 (SQLite prepared statement use-after-free)Stanislav Malyshev2015-04-052-0/+39
| |
| * Bump yearXinchen Hui2014-01-033-3/+3
| |
* | Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3Anatol Belski2015-03-252-1888/+3743
| |
* | fix dir separator in testAnatol Belski2015-03-251-1/+1
| |
* | Fix #68760: Fix freeing null segfault. Added test for behaviour.Danack2015-03-222-6/+47
| |
* | Bump yearXinchen Hui2015-01-154-4/+4
| |
* | Fixed bug #68771 SQL syntax error in sqlite libAnatol Belski2015-01-121-1/+1
| |
* | Fix bug #68260Julien Pauli2015-01-091-1/+1
| |
* | . Fixed bug #68120 Update bundled libsqliteAnatol Belski2014-12-053-6213/+11700
| |
* | Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3Anatol Belski2014-04-112-1848/+2495
| |
* | updated libsqlite to 3.8.3.1 in 5.5 branch, tooAnatol Belski2014-03-104-18660/+36680
| |
* | Bump yearXinchen Hui2014-01-033-3/+3
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-6/+6
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c
| * non living code related typo fixesVeres Lajos2013-08-041-6/+6
| |
| * typo fixesVeres Lajos2013-07-151-13/+13
| |
| * less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
| |
| * typos (orig)Veres Lajos2013-07-151-2/+2
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-35/+35
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | typo fixesVeres Lajos2013-07-151-13/+13
| |
* | typos (orig)Veres Lajos2013-07-151-2/+2
| |
* | less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
| |
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-35/+35
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-102-4/+4
|\ \ | |/ | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter)
| * typo fixes (argument)Veres Lajos2013-06-101-1/+1
| |
| * typo fixes (accommodate, parameter)Veres Lajos2013-06-102-3/+3
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2013-01-143-0/+66
|\ \ | |/
| * Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using ↵Lars Strojny2013-01-143-0/+66
| | | | | | | | sqlite3_*_int64 API
| * Happy New YearXinchen Hui2013-01-013-3/+3
| |
* | Happy New YearXinchen Hui2013-01-013-3/+3
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-11-241-0/+3
|\ \ | |/ | | | | | | * PHP-5.4: Fixed Bug #63149 Feature missing with system SQLite
| * Fixed Bug #63149 Feature missing with system SQLiteRemi Collet2012-11-241-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
* | Merge branch 'PHP-5.4'Stanislav Malyshev2012-06-302-12/+12
|\ \ | |/ | | | | | | * PHP-5.4: Fixed the common misspelling of the word occurred (occured -> occurred)
| * Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-302-12/+12
| |
* | Merge branch 'PHP-5.4'Johannes Schlüter2012-06-221-2/+5
|\ \ | |/ | | | | | | * PHP-5.4: Improve check for :memory: pseudo-filename in SQlite
| * Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-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 SQliteJohannes Schlüter2012-06-221-2/+2
| | |
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-04-262-0/+40
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt fails
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-262-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 failsAnatoliy Belsky2012-04-262-0/+40
| | |
| | * Missed the testRasmus Lerdorf2012-01-291-0/+44
| | |
| | * Good patch from Brad Dewar that adds missing createCollation()Rasmus Lerdorf2012-01-293-1/+133
| | | | | | | | | | | | | | | method. Fixes bug #60871 and is related to bug #55226
| | * - Year++Felipe Pena2012-01-013-3/+3
| | |
| | * - add skipifPierre Joye2011-09-061-0/+2
| | |
| | * - add skipifPierre Joye2011-09-061-0/+2
| | |
| | * Fix another broken test. root can read 0200 files.Rasmus Lerdorf2011-08-291-1/+6
| | |
| | * Fixed memset usage (identified by coverity)Ilia Alshanetsky2011-08-101-3/+3
| | |
| | * Update SQLite3 to the latest versionScott MacVicar2011-08-092-2600/+5315
| | |