summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Expand)AuthorAgeFilesLines
* Handle column count change in PDO MySQLNikita Popov2020-12-081-42/+2
* Improve parameter names in ext/pdo_sqliteMáté Kocsis2020-10-123-11/+11
* Make various failure conditions in PDO unconditional errorsGeorge Peter Banyard2020-09-282-56/+78
* Run tidyNikita Popov2020-09-181-1/+1
* Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-311-0/+3
* Fix test after is_callable changeNikita Popov2020-08-141-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-08-112-2/+18
|\
| * 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
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-092-0/+2
* | | 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