summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Expand)AuthorAgeFilesLines
* Get rid of empty function entriesMáté Kocsis2020-08-011-7/+1
* Add stubs for PDO PGSql extension methodsNikita Popov2020-07-211-1/+1
* Add stubs for PDO SQLite extension methodsNikita Popov2020-07-215-14/+57
* Use ZPP callable for PDO SqliteGeorge Peter Banyard2020-07-213-51/+37
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-4/+4
* Remove proto comments from C filesMax Semenik2020-07-061-6/+3
* Merge branch 'PHP-7.4'Nikita Popov2020-06-032-2/+2
|\
| * Report len as -1 instead of INT_MAXNikita Popov2020-06-032-2/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-022-1/+33
|\ \ | |/
| * 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
* | | Change the default PDO error mode to exceptionsAllenJB2020-05-043-1/+24
* | | Improve undefined variable error messagesMáté Kocsis2020-03-311-1/+1
* | | Reindent phpt filesNikita Popov2020-02-0312-64/+64
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-031-1/+1
|\ \ \ | |/ /
| * | Apply tidy formattingNikita Popov2020-02-031-1/+1
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-173-7/+7
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-031-10/+5
|\ \ \ | |/ /
| * | Fixed bug #79056Nikita Popov2020-01-031-10/+5
* | | Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-3/+3
* | | Convert some notices to warningsNikita Popov2019-10-021-1/+1
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-255-10/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-07-301-3/+0
|\ \ \ | |/ /
| * | Fix #78348: Remove -lrt from pdo_sqlite.soPeter Kokot2019-07-301-3/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-07-211-0/+1
|\ \ \ | |/ /
| * | Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlitePeter Kokot2019-07-211-0/+1
* | | Merge branch 'PHP-7.4'Peter Kokot2019-07-201-4/+0
|\ \ \ | |/ /
| * | Remove unused sqlite symbolsPeter Kokot2019-07-201-4/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-07-141-4/+1
|\ \ \ | |/ /
| * | Remove conditional calls of always available macrosPeter Kokot2019-07-141-4/+1
* | | Merge branch 'PHP-7.4'Peter Kokot2019-07-081-16/+1
|\ \ \ | |/ /
| * | Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-081-16/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-024-1/+56
|\ \ \ | |/ /
| * | Implement SQLite extended result code functionalityRobert Kopack2019-07-024-1/+56
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-06-282-2/+88
|\ \ \ | |/ /
| * | 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
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-122-18/+21
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-053-3/+55
|\ \ \ \ | |/ / /