summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix bug 65299Johannes Schlüter2013-07-231-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-07-231-3/+3
|\
| * Fix compiler warning on redefined constantJohannes Schlüter2013-07-231-3/+3
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Allow setting SHA256 auth public key as optionJohannes Schlüter2012-10-311-1/+15
* | Merge branch 'PHP-5.4'Xinchen Hui2012-10-091-0/+0
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
| |\
| | * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| | * Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-051-3/+2
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-021-6/+5
| | * - fix bug #55870, PDO ignores all SSL parameters when used with mysql native ...Pierre Joye2011-10-081-2/+2
| | * - Fix foldingJohannes Schlüter2011-09-191-4/+6
| | * Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILEAndrey Hristov2011-09-021-14/+16
| | * Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)Rob Richards2011-04-151-0/+29
| | * MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)Kalle Sommer Nielsen2011-01-171-0/+7
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-1/+1
| * | Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-051-3/+3
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-021-6/+5
| * | - Fix foldingJohannes Schlüter2011-09-191-4/+6
| * | Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILEAndrey Hristov2011-09-021-6/+8
* | | Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-051-3/+3
* | | - Year++Felipe Pena2012-01-011-1/+1
* | | - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-021-6/+5
* | | - Fix foldingJohannes Schlüter2011-09-191-3/+5
* | | Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILEAndrey Hristov2011-09-021-6/+8
|/ /
* | Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)Rob Richards2011-04-151-0/+25
* | Added test case for #47802 and fixed macro name after the move to mysql_optio...Kalle Sommer Nielsen2011-01-071-1/+1
* | Update to use mysql_options() instead of mysql_set_character_set() (As sugges...Kalle Sommer Nielsen2011-01-071-7/+7
* | Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQLKalle Sommer Nielsen2011-01-071-0/+7
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259Johannes Schlüter2010-08-051-30/+2
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
|/
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-031-1/+1
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fix pdo build, forgot to remove the zval caching from pdo-mysqlAndrey Hristov2009-12-101-1/+1
* mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlndUlf Wendel2009-09-221-3/+3
* fix build broken by the fix for bug #49306Antony Dovgal2009-08-211-5/+6
* Fixed bug #49306 (inside pdo_mysql default socket settings are ignored).Ilia Alshanetsky2009-08-201-6/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFB: Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL).Ilia Alshanetsky2008-12-301-2/+2
* MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)Johannes Schlüter2008-10-271-0/+8
* MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC]Johannes Schlüter2008-10-141-0/+9
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-71/+246