summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Expand)AuthorAgeFilesLines
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-4/+4
* fixed typoMarkus Staab2017-03-291-1/+1
* Merge branch 'PHP-7.1'Remi Collet2017-03-292-1/+6
|\
| * Fix buid with system libsqlite, see bug #74217Remi Collet2017-03-292-1/+6
* | Merge branch 'PHP-7.1'Nikita Popov2017-03-123-3/+45
|\ \ | |/
| * Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-123-4/+45
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | Switch to the v2 version of these functions.Rasmus Lerdorf2017-01-221-2/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-025-5/+5
* | Use new param API in pdo_sqliteSara Golemon2016-12-311-12/+17
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-242-4/+4
|/
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-082-2/+2
|\
| * Enable FTS4 and FTS5 for bundled libsqliteAnatol Belski2016-11-082-2/+2
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
* | Merge branch 'PHP-7.0'Anatol Belski2016-05-011-1/+1
|\ \ | |/
| * fix test if unlink fails occasionallyAnatol Belski2016-05-011-1/+1
* | Merge branch 'PHP-7.0'Sara Golemon2016-04-301-1/+4
|\ \ | |/
| * Create temporary sqlite db in test dir rather than cwd (and clean it up)Sara Golemon2016-04-301-1/+4
* | 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
* | Remove version checksNikita Popov2016-01-301-2/+0
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-041-2/+1
|\ \ | |/
| * Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-2/+1
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-015-5/+5
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
| | * bump yearXinchen Hui2015-01-155-5/+5
* | | Remove leftovers of TSRMLS in docsTom Van Looy2015-12-251-10/+0
|/ /
* | use Z* macro nameAnatol Belski2015-11-051-1/+1
* | fix pdo_sqlite crash with empty bound streamAnatol Belski2015-11-052-2/+39
* | fix test redirection when run not from source rootAnatol Belski2015-10-231-1/+1
* | Fixed bug #70221 (persistent sqlite connection + custom function segfaults)Xinchen Hui2015-08-101-0/+15
* | Various warning fixesNikita Popov2015-07-171-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-302-5/+5
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-2/+3
* | Make internal non-static methods to be executed in context of class. Set EG(s...Dmitry Stogov2015-04-231-1/+1
* | Finish PHP 4 constructor deprecationNikita Popov2015-03-311-2/+2
* | cleanup mod version macros, round 3Anatol Belski2015-03-232-7/+4
* | Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-4/+4
* | bump yearXinchen Hui2015-01-155-5/+5
* | trailing whitespace removalStanislav Malyshev2015-01-104-41/+41
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-66/+60
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+6
* | cleanup TSRMLS_FETCH in ext/pdo*Anatol Belski2014-09-261-6/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-195-5/+5
* | first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-252-3/+3
* | master renames phase 3Anatol Belski2014-08-251-1/+1