Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-07 | 1 | -2/+2 |
|\ | | | | | | | | | * PHP-7.2: Fix #78623: Regression caused by "SP call yields additional empty result set" | ||||
| * | Fix #78623: Regression caused by "SP call yields additional empty result set" | Christoph M. Becker | 2019-10-07 | 1 | -2/+2 |
| | | | | | | | | This reverts commit 41a4379cb45419a376043ca5f8c5a2bca82cea7c. | ||||
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-09-03 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-7.2: Fix #41997: SP call yields additional empty result set | ||||
| * | Fix #41997: SP call yields additional empty result set | Christoph M. Becker | 2019-09-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | When stored procedures are called, the "final result set is a status result that includes no result set". Calling `::nextRowset()` on the actual last result set should return FALSE, since there is actually no further result set to be processed. | ||||
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-06-07 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Fixed bug #38546 | Cameron Porter | 2019-06-07 | 1 | -0/+4 |
| | | | | | | | | | | | | Properly support binding boolean parameters with emulated prepared statements disabled. Also add the necessary mysqlnd support for MYSQL_TYPE_TINY. | ||||
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-04-27 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.2: Fix #77944: Wrong meta pdo_type for bigint on LLP64 | ||||
| * | Fix #77944: Wrong meta pdo_type for bigint on LLP64 | Christoph M. Becker | 2019-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | When actually fetching the data, bigint (unsigned) column values are returned as integers on LLP64 architectures, so their pdo_type has to be PDO::PARAM_INT accordingly. | ||||
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+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. | ||||
* | | Use zval_ptr_dtor() imstead of zval_dtor() | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
| | | |||||
* | | Use OBJ_FLAGS() macro to access object flags (even if they are currently ↵ | Dmitry Stogov | 2018-01-22 | 1 | -1/+1 |
| | | | | | | | | stored together with GC_FLAGS) | ||||
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Turn "pdo_stmt_methods" into constants. | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
|/ | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Fix bug 72788: Invalid memory access when database_object_handle | Keyur | 2016-08-09 | 1 | -1/+2 |
| | | | | | is undefined. Also fix memory leak in dbh_free when using persistent PDO connections. | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | use Z* macro name | Anatol Belski | 2015-11-05 | 1 | -1/+1 |
| | | |||||
* | | fix leak | Anatol Belski | 2015-11-05 | 1 | -0/+1 |
| | | |||||
* | | fix pdo_mysql crash with empty bound stream param | Anatol Belski | 2015-11-05 | 1 | -2/+3 |
| | | | | | | | | rel #70862 | ||||
* | | Fixed bug #70272 (Segfault in pdo_mysql) | Xinchen Hui | 2015-08-18 | 1 | -2/+2 |
| | | |||||
* | | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -5/+2 |
| | | |||||
* | | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -21/+21 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renamings phase 5 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -19/+19 |
| | | |||||
* | | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 1 | -14/+14 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -7/+7 |
| | | |||||
* | | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -20/+2 |
| | | |||||
* | | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -0/+17 |
| | | |||||
* | | Actually, I don't know how it works. (maybe I should re-start again :<) | Xinchen Hui | 2014-06-23 | 1 | -1/+1 |
| | | |||||
* | | Fixed memory leak | Xinchen Hui | 2014-06-20 | 1 | -1/+1 |
| | | |||||
* | | Fixed pdo_mysql build with mysqlnd | Xinchen Hui | 2014-06-19 | 1 | -1/+1 |
| | | |||||
* | | Prevent crash in case of SQL error | Dmitry Stogov | 2014-05-19 | 1 | -1/+3 |
| | | |||||
* | | Fixed reference handling(param->parameter) | Xinchen Hui | 2014-05-07 | 1 | -20/+39 |
| | | |||||
* | | Refactor pdo_mysql(incompleted, some tests failed due to no mysqlnd) | Xinchen Hui | 2014-05-07 | 1 | -28/+28 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -8/+8 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | fix bug #48724 | Antony Dovgal | 2013-06-17 | 1 | -2/+5 |
| | | | | PDO's getColumnMeta() doesn't return native_type for BIT, TINYINT and YEAR | ||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Andrey Hristov | 2013-03-13 | 1 | -13/+7 |
|\ | | | | | | | | | Conflicts: NEWS | ||||
| * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not ↵ | ULF WENDEL | 2012-10-23 | 1 | -51/+65 |
| | | | | | | | | use this pdo factory stuff - you get a line with an error on it, use the mysql stuff in the tests | ||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix for bug #62820 | ULF WENDEL | 2012-10-23 | 1 | -50/+63 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ \ | |/ |