summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-0333-134/+134
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-2/+2
* Fix build if SQLITE_RECURSIVE is not supportedMatteo Beccati2020-01-041-0/+2
* Merge branch 'PHP-7.4'Nikita Popov2020-01-031-11/+7
|\
| * Fixed bug #79056Nikita Popov2020-01-031-11/+7
* | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-4/+4
* | Use RETURN_THROWS() after zend_value_error()Máté Kocsis2019-12-311-2/+2
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-37/+37
* | Add setAuthorizer method to SQLite3BohwaZ2019-12-205-17/+273
* | Clean DONE tags from testsFabien Villepinte2019-11-074-8/+0
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-253-6/+0
* | Implement NUL byte checks for dbnamesChristoph M. Becker2019-09-171-0/+12
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-041-0/+2
|\ \ | |/
| * Add missing SKIPIF (sqlite)Fabien Villepinte2019-09-041-0/+2
* | Unify ZPP handling in ext/sqlite3Christoph M. Becker2019-08-151-3/+3
* | Don't repeat yourselfChristoph M. Becker2019-08-151-35/+11
* | Convert sqlite3 functions arginfo to php stubsCraig Duncan2019-08-153-150/+313
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-222-8/+8
|\ \ | |/
| * Report errors from stream read and write operationsNikita Popov2019-07-222-8/+8
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-211-1/+0
|\ \ | |/
| * Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlitePeter Kokot2019-07-211-1/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-201-8/+0
|\ \ | |/
| * Remove unused sqlite symbolsPeter Kokot2019-07-201-8/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-141-11/+0
|\ \ | |/
| * Remove unsed zts check for sqlite3Peter Kokot2019-07-141-11/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-023-20/+155
|\ \ | |/
| * Implement SQLite extended result code functionalityRobert Kopack2019-07-023-20/+155
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-251-0/+2
|\ \ | |/
| * Fix leak on sqlite3 open errorNikita Popov2019-06-251-0/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-06-172-0/+126
|\ \ | |/
| * Implement SQLite3 backup APIBohwaZ2019-06-172-0/+126
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-4/+4
|\ \ | |/
| * Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-052-8/+58
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-052-8/+58
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-7/+11
|\ \ | |/
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-7/+11
* | Merge branch 'PHP-7.4'Stanislav Malyshev2019-05-271-0/+9
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-05-271-0/+9
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-05-271-0/+9
| | |\
| | | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-271-0/+9
| | | |\
| | | | * Fix bug #77967 - Bypassing open_basedir restrictions via file urisStanislav Malyshev2019-05-271-0/+9
| | | | * SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-113-0/+50
| | | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
| | | | * Convert CRLF line endings to LFPeter Kokot2018-10-131-26/+26
* | | | | Merge branch 'PHP-7.4'Remi Collet2019-05-211-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | fix typo breaking shared buildRemi Collet2019-05-211-1/+1
* | | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-05-211-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-211-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-211-1/+1
| | |\ \ \ | | | |/ /