| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | api_ext to reverse_api | Andrey Hristov | 2011-10-19 | 1 | -4/+5 |
* | Fix bad cast which leads to crashes! | Andrey Hristov | 2011-10-05 | 1 | -1/+1 |
* | - Fix folding | Johannes Schlüter | 2011-09-19 | 2 | -10/+10 |
* | Fix skipifs | Christopher Jones | 2011-09-08 | 2 | -0/+3 |
* | - Use myslqnd by default when MySQL extensions are activated but no path given | Johannes Schlüter | 2011-09-07 | 1 | -23/+14 |
* | Fix SKIPIF | Ulf Wendel | 2011-09-06 | 1 | -1/+1 |
* | fix redirect when test run from different places | Stanislav Malyshev | 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 | -6/+8 |
* | Hopefully, this is an even better way to check for InnoDB support as of MySQL... | Ulf Wendel | 2011-09-02 | 1 | -2/+9 |
* | - Fix TSRM build | Johannes Schlüter | 2011-09-01 | 1 | -1/+1 |
* | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd | Johannes Schlüter | 2011-08-31 | 1 | -0/+28 |
* | - 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 |
* | Since we are creating this csv file locally this should obviously | Rasmus Lerdorf | 2011-08-31 | 1 | -2/+2 |
* | Fix test. I have no idea why the test author didn't expect to get back | Rasmus Lerdorf | 2011-08-31 | 1 | -1/+1 |
* | - 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 |
* | 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 |
* | 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/+36 |
* | Remove this void comment (c/p mistake) | Kalle Sommer Nielsen | 2011-01-17 | 1 | -1/+0 |
* | - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver) | Johannes Schlüter | 2011-01-14 | 2 | -2/+74 |
* | Added test case for #47802 and fixed macro name after the move to mysql_optio... | Kalle Sommer Nielsen | 2011-01-07 | 3 | -3/+37 |
* | Update to use mysql_options() instead of mysql_set_character_set() (As sugges... | Kalle Sommer Nielsen | 2011-01-07 | 1 | -7/+7 |
* | Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL | Kalle Sommer Nielsen | 2011-01-07 | 2 | -0/+11 |
* | - 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 se... | Ulf Wendel | 2010-08-31 | 1 | -2/+3 |
* | If you add functions to the PDO core, take care not to break other PDO driver... | Ulf Wendel | 2010-08-30 | 1 | -11/+12 |
* | - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259 | Johannes Schlüter | 2010-08-05 | 4 | -72/+14 |
* | 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 |
* | Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ... | Pierrick Charron | 2010-04-27 | 1 | -0/+24 |
* | Removed safe_mode | 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 |
* | Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling | Johannes Schlüter | 2010-02-11 | 1 | -4/+4 |
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 2 | -4/+4 |
* | ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How con... | Gwynne Raskind | 2010-01-31 | 1 | -0/+2 |