summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Matteo Beccati2020-08-311-0/+3
|\
| * Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-311-0/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-112-2/+18
|\ \ | |/
| * Fix #64705 errorInfo property of PDOException is null when PDO::__construct()...Ahmed Abdou2020-08-112-2/+18
| * Report len as -1 instead of INT_MAXNikita Popov2020-07-082-2/+2
* | Report len as -1 instead of INT_MAXNikita Popov2020-06-032-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-022-1/+33
|\ \ | |/
| * Fix #79664: PDOStatement::getColumnMeta fails on empty result setChristoph M. Becker2020-06-022-1/+33
* | Apply tidy formattingNikita Popov2020-02-031-1/+1
* | Fixed bug #79056Nikita Popov2020-01-031-10/+5
* | Fix #78348: Remove -lrt from pdo_sqlite.soPeter Kokot2019-07-301-3/+0
* | Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlitePeter Kokot2019-07-211-0/+1
* | Remove unused sqlite symbolsPeter Kokot2019-07-201-4/+0
* | Remove conditional calls of always available macrosPeter Kokot2019-07-141-4/+1
* | Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-081-16/+1
* | Implement SQLite extended result code functionalityRobert Kopack2019-07-024-1/+56
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-282-2/+88
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-282-2/+88
| |\
| | * Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changedVincent2019-06-282-2/+88
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-6/+6
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-6/+6
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Don't use sqlite3_aggregate_count()Nikita Popov2019-06-121-17/+20
* | | Fix type mismatch in two get_col callbacksNikita Popov2019-06-121-1/+1
* | | Allow exceptions in __toString()Nikita Popov2019-06-053-3/+55
* | | Use pkg-config for sqlite3 and pdo_sqlitePeter Kokot2019-05-141-43/+18
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-6/+8
* | | Using PDO instead because of consistencypeter279k2019-05-1110-10/+10
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-154-8/+8
* | | Cleanup unused module globalsDmitry Stogov2019-03-121-16/+0
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+6
* | | Remove local variablesPeter Kokot2019-02-039-33/+5
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-305-5/+5
* | | Fix illogical strncpy sizeChristoph M. Becker2018-12-011-7/+7
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-3/+3
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-3/+3
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+1
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-143-6/+6
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqliteChristoph M. Becker2018-10-132-6/+2
* | | Unbundle libsqlite3Christoph M. Becker2018-10-063-84/+45
* | | Remove HAVE_TIME_HPeter Kokot2018-09-211-1/+0
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-164-4/+4
* | | Merge branch 'PHP-7.3'Anatol Belski2018-08-031-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-031-1/+5
| |\ \ | | |/