Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Allow setting SHA256 auth public key as option | Johannes Schlüter | 2012-10-31 | 1 | -1/+15 |
| | |||||
* | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ | |||||
| * | 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 |
| | | | |||||
| | * | Fix bug #61194 PDO should export compression flag with myslqnd | Johannes Schlüter | 2012-03-05 | 1 | -3/+2 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - Fix bug #60155 (pdo_mysql.default_socket ignored). | Johannes Schlüter | 2011-11-02 | 1 | -6/+5 |
| | | | |||||
| | * | - 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 | 1 | -4/+6 |
| | | | |||||
| | * | 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 | ||||
| | * | Implement FR #48587 (MySQL PDO driver doesn't support SSL connections) | Rob Richards | 2011-04-15 | 1 | -0/+29 |
| | | | |||||
| | * | MFT: Implemented FR #47802 (Support for setting character sets in DSN strings) | Kalle Sommer Nielsen | 2011-01-17 | 1 | -0/+7 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Fix bug #61194 PDO should export compression flag with myslqnd | Johannes Schlüter | 2012-03-05 | 1 | -3/+3 |
| | | | |||||
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | - Fix bug #60155 (pdo_mysql.default_socket ignored). | Johannes Schlüter | 2011-11-02 | 1 | -6/+5 |
| | | | |||||
| * | | - Fix folding | Johannes Schlüter | 2011-09-19 | 1 | -4/+6 |
| | | | |||||
| * | | Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILE | Andrey Hristov | 2011-09-02 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | and a bunch of other small preprocessor fixes | ||||
* | | | Fix bug #61194 PDO should export compression flag with myslqnd | Johannes Schlüter | 2012-03-05 | 1 | -3/+3 |
| | | | |||||
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | - Fix bug #60155 (pdo_mysql.default_socket ignored). | Johannes Schlüter | 2011-11-02 | 1 | -6/+5 |
| | | | |||||
* | | | - Fix folding | Johannes Schlüter | 2011-09-19 | 1 | -3/+5 |
| | | | |||||
* | | | Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILE | Andrey Hristov | 2011-09-02 | 1 | -6/+8 |
|/ / | | | | | | | | | and a bunch of other small preprocessor fixes | ||||
* | | Implement FR #48587 (MySQL PDO driver doesn't support SSL connections) | Rob Richards | 2011-04-15 | 1 | -0/+25 |
| | | |||||
* | | Added test case for #47802 and fixed macro name after the move to ↵ | Kalle Sommer Nielsen | 2011-01-07 | 1 | -1/+1 |
| | | | | | | | | mysql_options() | ||||
* | | Update to use mysql_options() instead of mysql_set_character_set() (As ↵ | Kalle Sommer Nielsen | 2011-01-07 | 1 | -7/+7 |
| | | | | | | | | suggested by Andrey) | ||||
* | | Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL | Kalle Sommer Nielsen | 2011-01-07 | 1 | -0/+7 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 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 | -30/+2 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+1 |
|/ | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 1 | -1/+1 |
| | | | | | | We are anyway breaking the internal ABI in 5.3.2 so this won't hurt and make us prepared for the future. | ||||
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fix pdo build, forgot to remove the zval caching from pdo-mysql | Andrey Hristov | 2009-12-10 | 1 | -1/+1 |
| | |||||
* | mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlnd | Ulf Wendel | 2009-09-22 | 1 | -3/+3 |
| | |||||
* | fix build broken by the fix for bug #49306 | Antony Dovgal | 2009-08-21 | 1 | -5/+6 |
| | |||||
* | Fixed bug #49306 (inside pdo_mysql default socket settings are ignored). | Ilia Alshanetsky | 2009-08-20 | 1 | -6/+4 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL). | Ilia Alshanetsky | 2008-12-30 | 1 | -2/+2 |
| | |||||
* | MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS) | Johannes Schlüter | 2008-10-27 | 1 | -0/+8 |
| | |||||
* | MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC] | Johannes Schlüter | 2008-10-14 | 1 | -0/+9 |
| | |||||
* | MFH: nuketh C++ comments | Jani Taskinen | 2008-08-03 | 1 | -1/+1 |
| | |||||
* | MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, | Johannes Schlüter | 2008-07-21 | 1 | -71/+246 |
| | | | | | | | | | | | | | | | | | | | | | | | | pecl#12794, pecl#12401 # Running the tests: # (Note: Doesn't work currnetly on HEAD, see: # http://news.php.net/php.qa/64378) # # PDO_MYSQL_TEST_DSN - DSN # For example: mysql:dbname=test;host=localhost;port=3306 # # PDO_MYSQL_TEST_HOST - database host # PDO_MYSQL_TEST_DB - database (schema) name # PDO_MYSQL_TEST_SOCKET - database server socket # PDO_MYSQL_TEST_ENGINE - storage engine to use # PDO_MYSQL_TEST_USER - database user # PDO_MYSQL_TEST_PASS - database user password # PDO_MYSQL_TEST_CHARSET - database charset # # NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is # part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example, # for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test. | ||||
* | Fix for bug#45179 --with-mysql-sock fails to compile & work | Andrey Hristov | 2008-07-21 | 1 | -7/+0 |
| | | | | | | | Now --with-mysql-sock controls all mysql extensions. If provided it will be the default value as it was set in php.ini . php.ini will override it for ext/mysql and ext/mysqli but not for pdo_mysql | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedir | Stanislav Malyshev | 2007-06-18 | 1 | -1/+5 |
| | | | | | or safe_mode is active | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #39759 (Can't use stored procedures fetching multiple result | Ilia Alshanetsky | 2006-12-08 | 1 | -1/+1 |
| | | | | | sets in pdo_mysql). |