Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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...) | ||||
* | 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 |
| | |||||
* | 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 |
| | | |||||
* | | fix pdo_sqlite crash with empty bound stream | Anatol Belski | 2015-11-05 | 2 | -2/+39 |
| | | |||||
* | | fix test redirection when run not from source root | Anatol Belski | 2015-10-23 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #70221 (persistent sqlite connection + custom function segfaults) | Xinchen Hui | 2015-08-10 | 1 | -0/+15 |
| | | |||||
* | | Various warning fixes | Nikita Popov | 2015-07-17 | 1 | -1/+1 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 2 | -5/+5 |
| | | | | | | | | semantick changes). | ||||
* | | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -2/+3 |
| | | |||||
* | | Make internal non-static methods to be executed in context of class. Set ↵ | Dmitry Stogov | 2015-04-23 | 1 | -1/+1 |
| | | | | | | | | EG(scope) accordingly. | ||||
* | | Finish PHP 4 constructor deprecation | Nikita Popov | 2015-03-31 | 1 | -2/+2 |
| | | |||||
* | | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 2 | -7/+4 |
| | | |||||
* | | Look for PDO include files in the right folder | Maxime BESSON | 2015-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Configure scripts for extensions look for PDO include files in $prefix/include/php. This change makes them look into $phpincludedir instead, which may be different from $prefix/include/php. | ||||
* | | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -4/+4 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 4 | -41/+41 |
| | | |||||
* | | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -2/+2 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 3 | -66/+60 |
| | | |||||
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+6 |
| | | | | | | | | for better comparability with the mainstream | ||||
* | | cleanup TSRMLS_FETCH in ext/pdo* | Anatol Belski | 2014-09-26 | 1 | -6/+0 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 5 | -5/+5 |
| | | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -3/+3 |
| | | |||||
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 2 | -3/+3 |
| | | |||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -36/+36 |
| | | |||||
* | | ported pdo and pdo_sqlite | Anatol Belski | 2014-08-19 | 2 | -13/+13 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -19/+19 |
| | | |||||
* | | Fixed bug #47407 | Xinchen Hui | 2014-05-27 | 1 | -1/+1 |
| | | |||||
* | | - Fixed ZTS build | Felipe Pena | 2014-05-13 | 1 | -2/+2 |
| | |