Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | |||||
* | Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not ↵ | ULF WENDEL | 2012-10-23 | 2 | -59/+71 |
| | | | | use this pdo factory stuff - you get a line with an error on it, use the mysql stuff in the tests | ||||
* | Minor changes for MySQL 5.6 | ULF WENDEL | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | |||||
* | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 5 | -0/+0 |
| | |||||
* | Remove extra ; | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Fix for bug#61411 | andrey | 2012-05-02 | 1 | -0/+53 |
| | | | | | | Bug #61411 PDO Segfaults with PERSISTENT == TRUE && EMULATE_PREPARES == FALSE Wrong allocation, that doesn't follow the scheme of using stmt->persistent was the root cause of the problem and the crash at free. | ||||
* | Fix bug #61755 parsing bug can lead to access violations | Johannes Schlüter | 2012-04-19 | 1 | -0/+41 |
| | |||||
* | Remove unused variable | Pierrick Charron | 2012-03-24 | 1 | -1/+0 |
| | |||||
* | Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt ↵ | Johannes Schlüter | 2012-03-06 | 1 | -0/+1 |
| | | | | test fails | ||||
* | Fix bug #61194 PDO should export compression flag with myslqnd | Johannes Schlüter | 2012-03-05 | 4 | -6/+5 |
| | |||||
* | Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't ↵ | Johannes Schlüter | 2012-03-05 | 2 | -43/+138 |
| | | | | always work | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | |||||
* | - Fix bug #60155 (pdo_mysql.default_socket ignored). | Johannes Schlüter | 2011-11-02 | 2 | -12/+21 |
| | |||||
* | - fix bug #55870, PDO ignores all SSL parameters when used with mysql native ↵ | Pierre Joye | 2011-10-08 | 1 | -2/+2 |
| | | | | driver | ||||
* | - Fix folding | Johannes Schlüter | 2011-09-19 | 2 | -10/+10 |
| | |||||
* | Fix skipifs | Christopher Jones | 2011-09-08 | 2 | -0/+3 |
| | |||||
* | Fix SKIPIF | Ulf Wendel | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILE | Andrey Hristov | 2011-09-02 | 1 | -14/+16 |
| | | | | | and a bunch of other small preprocessor fixes | ||||
* | Hopefully, this is an even better way to check for InnoDB support as of ↵ | Ulf Wendel | 2011-09-02 | 1 | -2/+9 |
| | | | | MySQL 5.6.1 | ||||
* | - Update PDO_mysql error mapping | Johannes Schlüter | 2011-08-31 | 2 | -260/+518 |
| | |||||
* | - Be less restrictive on the SQL state, some server versions might fool us | Johannes Schlüter | 2011-08-31 | 1 | -2/+2 |
| | |||||
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | Would be nice if tests get updated whenever a feature is added by the person ↵ | Ulf Wendel | 2011-07-26 | 1 | -4/+9 |
| | | | | adding the feature... | ||||
* | Fix mysqlnd detection | Ulf Wendel | 2011-07-26 | 1 | -0/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #54929 (Parse error with single quote in sql comment) | Felipe Pena | 2011-06-04 | 1 | -0/+74 |
| | |||||
* | - Fix Bug #53782 (foreach throws irrelevant exception) | Johannes Schlüter | 2011-05-16 | 2 | -1/+45 |
| | |||||
* | Oops, can't cache it here because it won't work | Rasmus Lerdorf | 2011-05-15 | 1 | -5/+5 |
| | | | | | | in autoconf2.13 and we still support that version in this branch | ||||
* | Cache the pdo include path | Rasmus Lerdorf | 2011-05-15 | 1 | -5/+5 |
| | |||||
* | - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h) | Johannes Schlüter | 2011-05-09 | 1 | -1/+0 |
| | |||||
* | Implement FR #48587 (MySQL PDO driver doesn't support SSL connections) | Rob Richards | 2011-04-15 | 3 | -2/+40 |
| | |||||
* | Remove this void comment (c/p mistake) | Kalle Sommer Nielsen | 2011-01-17 | 1 | -1/+0 |
| | |||||
* | MFT: Implemented FR #47802 (Support for setting character sets in DSN strings) | Kalle Sommer Nielsen | 2011-01-17 | 4 | -2/+47 |
| | |||||
* | - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver) | Johannes Schlüter | 2011-01-14 | 2 | -2/+74 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
| | |||||
* | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -2/+2 |
| | |||||
* | Fix test: third parameter can be false. | Ulf Wendel | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Fixed constness compiler warning in pdo_mysql | Kalle Sommer Nielsen | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Test update for sql_mode = ANSI | Ulf Wendel | 2010-09-22 | 30 | -79/+98 |
| | |||||
* | Dont be strict on error messages, they can vary by server version | Ulf Wendel | 2010-09-20 | 1 | -4/+8 |
| | |||||
* | PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which ↵ | Ulf Wendel | 2010-08-31 | 1 | -2/+3 |
| | | | | seems to have been never an officially supported syntax and have never been a valid property name, is no longer allowed and PHP bails. | ||||
* | If you add functions to the PDO core, take care not to break other PDO ↵ | Ulf Wendel | 2010-08-30 | 1 | -11/+12 |
| | | | | drivers tests, document the function and provide a function test for the PDO core to check your default/fallback implementation. | ||||
* | Fixing test - see also gcov results | Ulf Wendel | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | Improve EXPECTF to work with other than default schemata | Ulf Wendel | 2010-05-31 | 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 | ||||
* | Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ↵ | Pierrick Charron | 2010-04-27 | 1 | -0/+24 |
| | | | | calling nextRowset | ||||
* | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | fix typo | Antony Dovgal | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | 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. |