summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard PDO way for fetching integer attribute valuesGeorge Peter Banyard2021-03-171-2/+9
* Allow specifying sqlite3 DSN (file:/) in PDO SQLitetzmfreedom2021-01-251-0/+9
* Refactor PDO's last inserted ID handler to use and return zend_stringGeorge Peter Banyard2021-01-191-5/+2
* Refactor PDO doer handler to use zend_stringGeorge Peter Banyard2021-01-191-2/+2
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-1/+1
* Refactor PDO's quoter handler to return a zend_stringGeorge Peter Banyard2021-01-071-5/+7
* Voidify PDO's fetch_error handlerGeorge Peter Banyard2021-01-061-3/+1
* Boolify PDO's preparer handlerGeorge Peter Banyard2021-01-061-4/+4
* Voidify PDO's closer handlerGeorge Peter Banyard2021-01-061-2/+1
* Boolify PDO's quoter handlerGeorge Peter Banyard2021-01-061-2/+2
* Boolify PDO's set_attribute driver functionGeorge Peter Banyard2021-01-061-4/+4
* Boolify PDO's transaction handlersGeorge Peter Banyard2021-01-061-10/+10
* PDO: Store/pass query_string as zend_stringNikita Popov2020-12-141-2/+2
* Add GC support for PDO driver dataNikita Popov2020-10-121-1/+21
* Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-311-0/+3
* Merge branch 'PHP-7.4'Nikita Popov2020-08-111-2/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-111-2/+1
| |\
| | * Fix #64705 errorInfo property of PDOException is null when PDO::__construct()...Ahmed Abdou2020-08-111-2/+1
* | | Add stubs for PDO SQLite extension methodsNikita Popov2020-07-211-11/+5
* | | Use ZPP callable for PDO SqliteGeorge Peter Banyard2020-07-211-42/+17
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-4/+4
* | | Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-3/+3
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Implement SQLite extended result code functionalityRobert Kopack2019-07-021-0/+3
* | Don't use sqlite3_aggregate_count()Nikita Popov2019-06-121-17/+20
* | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | 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
* | Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqliteChristoph M. Becker2018-10-131-4/+0
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* Add support for SQLite open flagsBohwaZ2017-09-061-1/+8
* fix build with old system libsqlite (sqlite3_close_v2 may be missing)Remi Collet2017-08-021-0/+4
* Only compute callback name in error casesNikita Popov2017-06-251-11/+9
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-4/+4
* Merge branch 'PHP-7.1'Nikita Popov2017-03-121-3/+5
|\
| * Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-121-4/+5
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Switch to the v2 version of these functions.Rasmus Lerdorf2017-01-221-2/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Use new param API in pdo_sqliteSara Golemon2016-12-311-12/+17
|/
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
* Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-2/+0
* Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-2/+0