Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |/ | |||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | | |||||
* | | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-03-24 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Remove unused variable | Pierrick Charron | 2012-03-24 | 1 | -1/+0 |
| | | |||||
| * | Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't ↵ | Johannes Schlüter | 2012-03-05 | 1 | -43/+35 |
| | | | | | | | | always work | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fix folding | Johannes Schlüter | 2011-09-19 | 1 | -6/+4 |
| | | |||||
| * | - Fix Bug #53782 (foreach throws irrelevant exception) | Johannes Schlüter | 2011-05-16 | 1 | -1/+5 |
| | | |||||
| * | - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver) | Johannes Schlüter | 2011-01-14 | 1 | -2/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed constness compiler warning in pdo_mysql | Kalle Sommer Nielsen | 2010-10-05 | 1 | -1/+1 |
| | | |||||
| * | Fix for Bug #51870 | Andrey Hristov | 2010-05-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | PDO::fetchAll after a PDO::execute with bindings lead to a segv. It is only in unreleased code and thus doesn't deserve a NEWS entry | ||||
* | | Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't ↵ | Johannes Schlüter | 2012-03-05 | 1 | -43/+35 |
| | | | | | | | | always work | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Fix folding | Johannes Schlüter | 2011-09-19 | 1 | -6/+4 |
| | | |||||
* | | - Fix Bug #53782 (foreach throws irrelevant exception) | Johannes Schlüter | 2011-05-16 | 1 | -1/+5 |
| | | |||||
* | | - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver) | Johannes Schlüter | 2011-01-14 | 1 | -2/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed constness compiler warning in pdo_mysql | Kalle Sommer Nielsen | 2010-10-05 | 1 | -1/+1 |
| | | |||||
* | | - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259 | Johannes Schlüter | 2010-08-05 | 1 | -32/+9 |
| | | |||||
* | | Fix for Bug #51870 | Andrey Hristov | 2010-05-21 | 1 | -2/+2 |
|/ | | | | | | | PDO::fetchAll after a PDO::execute with bindings lead to a segv. It is only in unreleased code and thus doesn't deserve a NEWS entry | ||||
* | decouple the methods in MYSQLND_STMT from the data, | Andrey Hristov | 2010-03-16 | 1 | -4/+4 |
| | | | | | | | | needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch mysqlnd internals instead of using API calls. | ||||
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 1 | -3/+3 |
| | | | | | | We are anyway breaking the internal ABI in 5.3.2 so this won't hurt and make us prepared for the future. | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql | Kalle Sommer Nielsen | 2009-05-20 | 1 | -15/+16 |
| | |||||
* | Removed unused variable | Ilia Alshanetsky | 2009-01-14 | 1 | -3/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| |