Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
| | |||||
* | 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. | ||||
* | fix test if unlink fails occasionally | Anatol Belski | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Do not edit the value in place (might be relates to #71261) | Xinchen Hui | 2016-01-04 | 1 | -2/+1 |
| | |||||
* | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -9/+9 |
| | | |||||
* | | Fixed Aggregate | Xinchen Hui | 2014-04-24 | 1 | -20/+19 |
| | | |||||
* | | Various bugs fixed | Xinchen Hui | 2014-04-24 | 1 | -18/+33 |
| | | |||||
* | | Refactor pdo_sqlite (only compilable) | Xinchen Hui | 2014-04-23 | 3 | -113/+92 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 2 | -8/+8 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-11-05 | 1 | -0/+33 |
|\ | | | | | | | | | | | | | Conflicts: configure.in ext/mysqlnd/mysqlnd.c main/php_version.h | ||||
| * | Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement ↵ | Xinchen Hui | 2013-11-05 | 1 | -0/+33 |
| | | | | | | | | | | | | | | throws an exception) I know zend_call_function will initilize retval_ptr_ptr, but still set it to NULL explict is more readable | ||||
* | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -2/+2 |
|/ | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | Add user contributed test. Bug #61748 | Yasuo Ohgaki | 2013-08-02 | 1 | -0/+17 |
| | |||||
* | Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit ↵ | Lars Strojny | 2013-01-14 | 3 | -0/+60 |
| | | | | builds in pdo_sqlite | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | * PHP-5.3: Improve check for :memory: pseudo-filename in SQlite Conflicts: ext/sqlite3/sqlite3.c | ||||
| * | Improve check for :memory: pseudo-filename in SQlite | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
| | | |||||
| * | - fix #55226, WS | Pierre Joye | 2012-01-31 | 1 | -6/+6 |
| | |