summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | Allow exceptions in __toString()Nikita Popov2019-06-053-3/+55
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-141-43/+18
|\ \ \ \ | |/ / /
| * | | Use pkg-config for sqlite3 and pdo_sqlitePeter Kokot2019-05-141-43/+18
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-6/+8
|\ \ \ \ | |/ / /
| * | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-6/+8
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-1110-10/+10
|\ \ \ \ | |/ / /
| * | | Using PDO instead because of consistencypeter279k2019-05-1110-10/+10
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-154-8/+8
|\ \ \ \ | |/ / /
| * | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-154-8/+8
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-121-16/+0
|\ \ \ \ | |/ / /
| * | | Cleanup unused module globalsDmitry Stogov2019-03-121-16/+0
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-071-4/+6
|\ \ \ \ | |/ / /
| * | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+6
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-02-039-33/+5
|\ \ \ \ | |/ / /
| * | | Remove local variablesPeter Kokot2019-02-039-33/+5
| * | | Remove yearly range from copyright noticeZeev Suraski2019-01-305-5/+5
* | | | Remove year range from copyright noticeZeev Suraski2019-01-305-5/+5
* | | | Remove static calls to non-static methodsNikita Popov2019-01-301-7/+4
|/ / /
* | | 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
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-08-031-1/+5
| | |\
| | | * Improve cleanupAnatol Belski2018-08-031-1/+5