Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2018-08-03 | 1 | -1/+5 |
|\ | | | | | | | | | * PHP-7.2: Improve cleanup | ||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-08-03 | 1 | -1/+5 |
| |\ | | | | | | | | | | | | | * PHP-7.1: Improve cleanup | ||||
| | * | Improve cleanup | Anatol Belski | 2018-08-03 | 1 | -1/+5 |
| | | | | | | | | | | | | The persistent connection locks the file which might prevent deletion. | ||||
| | * | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
| | | | |||||
| | * | fixed typo | Markus Staab | 2017-03-29 | 1 | -1/+1 |
| | | | |||||
| * | | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
| | | | |||||
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 7 | -13/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | | | Give a reason why the test was skipped | Gabriel Caruso | 2018-07-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | This will help us debug why a test was skipped in GCOV (http://gcov.php.net/viewer.php?version=PHP_HEAD&func=skip), and maybe put them to run again | ||||
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, ↵ | Dmitry Stogov | 2018-05-28 | 1 | -4/+4 |
| | | | | | | | | | | | | where we sure about string persistence. | ||||
* | | | remove support for string|unicode in tests | Gabriel Caruso | 2018-02-22 | 4 | -19/+19 |
| | | | |||||
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 9 | -9/+9 |
| | | | | | | | | | | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it. | ||||
* | | | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
| | | | |||||
* | | | Turn "pdo_stmt_methods" into constants. | Dmitry Stogov | 2017-12-14 | 2 | -2/+2 |
| | | | |||||
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 3 | -4/+4 |
| | | | |||||
* | | | Enable JSON1 for bundled libsqlite | Morva Kristóf | 2017-11-22 | 2 | -2/+2 |
| | | | |||||
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Prohibit direct update of GC_REFCOUNT(), GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF() shoukf be instead. Added mactros to validate reference-counting (disabled for now). These macros are going to be used to eliminate race-condintions during reference-counting on data shared between threads. | ||||
* | | | Fix test cleanup | Anatol Belski | 2017-09-06 | 1 | -8/+8 |
| | | | |||||
* | | | Add support for SQLite open flags | BohwaZ | 2017-09-06 | 4 | -1/+51 |
| | | | |||||
* | | | Get rid of all these old package[2].xml files, most of these had no had a ↵ | Kalle Sommer Nielsen | 2017-08-17 | 1 | -203/+0 |
|/ / | | | | | | | | | | | release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl OCI, PDO_OCI and zip are left as they are actively developed and released there | ||||
* | | fix build with old system libsqlite (sqlite3_close_v2 may be missing) | Remi Collet | 2017-08-02 | 2 | -0/+8 |
| | | |||||
* | | Only compute callback name in error cases | Nikita Popov | 2017-06-25 | 1 | -11/+9 |
| | | | | | | | | | | Mostly the callback name is only used to report an error. Try to avoid calculating it if no error occurred. | ||||
* | | Avoid useless dereferences and separations during paramter passing. | Dmitry Stogov | 2017-06-19 | 1 | -4/+4 |
| | | |||||
* | | fixed typo | Markus Staab | 2017-03-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.1' | Remi Collet | 2017-03-29 | 2 | -1/+6 |
|\ \ | |/ | | | | | | | * PHP-7.1: Fix buid with system libsqlite, see bug #74217 | ||||
| * | Fix buid with system libsqlite, see bug #74217 | Remi Collet | 2017-03-29 | 2 | -1/+6 |
| | | | | | | | | | | | | SQLITE_DETERMINISTIC only exists in recent version e.g. missing on 3.7 which is the default on RHEL/CentOS-7 and probably others (wheezy have 3.7, jessie 3.8...) | ||||
* | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-03-12 | 3 | -3/+45 |
|\ \ | |/ | |||||
| * | Implement FR #74217: deterministic sqlite functions | andrewnester | 2017-03-12 | 3 | -4/+45 |
| | | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
| | | |||||
* | | Switch to the v2 version of these functions. | Rasmus Lerdorf | 2017-01-22 | 1 | -2/+2 |
| | | | | | | | | | | The sqlite3 docs suggest always using prepare_v2 and the close_v2 could potentially help with an fd leak we have been seeing | ||||
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 5 | -5/+5 |
| | | |||||
* | | Use new param API in pdo_sqlite | Sara Golemon | 2016-12-31 | 1 | -12/+17 |
| | | |||||
* | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 2 | -4/+4 |
|/ | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-11-08 | 2 | -2/+2 |
|\ | | | | | | | | | * PHP-7.0: Enable FTS4 and FTS5 for bundled libsqlite | ||||
| * | Enable FTS4 and FTS5 for bundled libsqlite | Anatol Belski | 2016-11-08 | 2 | -2/+2 |
| | | | | | | | | | | | | | | FTS3 is already enabled by default, and the other FTS versions seems just to have been missed. Given that, the other FTS plugins look like a low impact so worth a try. The current bundled libsqlite versions in 7.x are proven stable already and support FTS5. | ||||
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-05-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: fix test if unlink fails occasionally fix dir separator in test | ||||
| * | fix test if unlink fails occasionally | Anatol Belski | 2016-05-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Sara Golemon | 2016-04-30 | 1 | -1/+4 |
|\ \ | |/ | | | | | | | * PHP-7.0: Create temporary sqlite db in test dir rather than cwd (and clean it up) | ||||
| * | Create temporary sqlite db in test dir rather than cwd (and clean it up) | Sara Golemon | 2016-04-30 | 1 | -1/+4 |
| | | | | | | | | Well behaved tests do not leave their droppings all over the filesystem. | ||||
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, ↵ | Dmitry Stogov | 2016-04-27 | 1 | -2/+0 |
| | | | | | | | | but is never used. | ||||
* | | Removed zend_fcall_info.symbol_table | Dmitry Stogov | 2016-03-02 | 1 | -2/+0 |
| | | |||||
* | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions. | ||||
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-01-04 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Do not edit the value in place (might be relates to #71261) | Xinchen Hui | 2016-01-04 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 5 | -5/+5 |
|\ \ | |/ | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016) | ||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 5 | -5/+5 |
| |\ | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 5 | -5/+5 |
| | | | |||||
| | * | bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
| | | | |||||
* | | | Remove leftovers of TSRMLS in docs | Tom Van Looy | 2015-12-25 | 1 | -10/+0 |
|/ / | |||||
* | | use Z* macro name | Anatol Belski | 2015-11-05 | 1 | -1/+1 |
| | |