summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-08-031-1/+5
| | |\
| | | * Improve cleanupAnatol Belski2018-08-031-1/+5
| | | * year++Xinchen Hui2018-01-025-5/+5
| | | * fixed typoMarkus Staab2017-03-291-1/+1
| | * | year++Xinchen Hui2018-01-025-5/+5
* | | | Add \PDO::SQLITE_ATTR_READONLY_STATEMENTBohwaZ2018-08-014-1/+45
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-257-13/+0
* | | Give a reason why the test was skippedGabriel Caruso2018-07-221-2/+2
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* | | remove support for string|unicode in testsGabriel Caruso2018-02-224-19/+19