summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
Commit message (Expand)AuthorAgeFilesLines
* Implement #72653: SQLite should allow opening with empty filenameChristoph M. Becker2016-07-271-8/+7
* Further fixes wrt. bug #72668Christoph M. Becker2016-07-251-3/+9
* Fix #70628: Clearing bindings on an SQLite3 statement doesn't workChristoph M. Becker2016-06-271-0/+6
* Check length of string before comparing to :memory:Nikita Popov2016-02-131-1/+2
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Fixed bug #69972 (Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk())Xinchen Hui2015-07-071-2/+10
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-051-0/+16
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-051-0/+16
| |\
| | * Fix bug #66550 (SQLite prepared statement use-after-free)Stanislav Malyshev2015-04-051-0/+16
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Fix #68760: Fix freeing null segfault. Added test for behaviour.Danack2015-03-221-6/+11
| * | Bump yearXinchen Hui2015-01-151-1/+1
* | | Fix #68760: Fix freeing null segfault. Added test for behaviour.Danack2015-03-221-6/+11
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-01-091-1/+1
|\ \ \ | |/ /
| * | Fix bug #68260Julien Pauli2015-01-091-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
| |/
* | Add object initialization checks for sqlite3 classesStanislav Malyshev2014-07-261-9/+31
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Implement variadic function syntaxNikita Popov2013-09-261-1/+1
|/
* typo fixes (accommodate, parameter)Veres Lajos2013-06-101-1/+1
* Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using ...Lars Strojny2013-01-141-0/+12
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-2/+5
|\
| * Improve check for :memory: pseudo-filename in SQliteJohannes Schlüter2012-06-221-2/+2
| * Good patch from Brad Dewar that adds missing createCollation()Rasmus Lerdorf2012-01-291-0/+121
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed memset usage (identified by coverity)Ilia Alshanetsky2011-08-101-3/+3
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
| * Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open()Adam Harvey2011-05-101-1/+1
| * - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a refe...Felipe Pena2011-01-071-1/+1
| * Implemented FR #53466 (SQLite3Result::columnType() should return false after ...Scott MacVicar2011-01-061-0/+5
| * Fix error with initialisation flag being set too early. If encryption is enab...Scott MacVicar2011-01-031-3/+3
| * - Year++Felipe Pena2011-01-011-1/+1
| * Add SQLite3_Stmt::readOnly for checking if a statement is read onlyScott MacVicar2010-12-311-4/+25
| * - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)Felipe Pena2010-12-031-1/+7
| * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+3
| * MFB: Implemented FR #51295 (SQLite3::busyTimeout not existing). (Mark)Ilia Alshanetsky2010-06-211-0/+32
| * Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).Ilia Alshanetsky2010-06-091-1/+1
| * Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-1/+11
* | Good patch from Brad Dewar that adds missing createCollation()Rasmus Lerdorf2012-01-291-0/+121
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed memset usage (identified by coverity)Ilia Alshanetsky2011-08-101-3/+3
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
* | Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open()Adam Harvey2011-05-101-1/+1
* | - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a refe...Felipe Pena2011-01-071-1/+1
* | Implemented FR #53466 (SQLite3Result::columnType() should return false after ...Scott MacVicar2011-01-061-0/+5
* | Fix error with initialisation flag being set too early. If encryption is enab...Scott MacVicar2011-01-031-3/+3