summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-015-5/+5
|
* Really fix test pdo_mysql_class_constants.phptRemi Collet2012-12-121-3/+12
| | | | | | | | | | | | - with mysqlnd, constant always present - with mysqli, check client library version - without mysqlnd and without mysqli skip the test if no connection use connection to check client library Note : MySQLPDOTest::getClientVersion() is broken with mysqlnd as PDO::ATTR_CLIENT_VERSION return "mysqlnd 5.0.11-dev - 20120503..." so, getClientVersion() return "11"
* Reduce case where this test will fails:Remi Collet2012-12-031-1/+2
| | | | | | - no connection AND no mysqli extension So, will succeed when no configured connection, but mysqli available.
* Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phptAnatoliy Belsky2012-11-141-0/+8
| | | | | | | There is a constant now which only is there when mysqli with mysqlnd and pdo_mysql was compiled at the same time, or when libmysql version > 50605. So checking for that dynamically, will fail only if there is no mysqli and no connection.
* Allow setting SHA256 auth public key as optionJohannes Schlüter2012-10-313-2/+23
|
* Merge branch 'PHP-5.4'Johannes Schlüter2012-10-261-8/+6
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-10-261-8/+6
| |\ | | | | | | | | | | | | Conflicts: ext/pdo_mysql/mysql_statement.c
| | * Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not ↵ULF WENDEL2012-10-232-59/+71
| | | | | | | | | | | | use this pdo factory stuff - you get a line with an error on it, use the mysql stuff in the tests
* | | Merge branch 'PHP-5.4'ULF WENDEL2012-10-261-26/+31
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: This won't make the test pass but now its at least one that shows no unnecessary error messages...
| * | This won't make the test pass but now its at least one that shows no ↵ULF WENDEL2012-10-261-26/+31
| | | | | | | | | | | | unnecessary error messages...
* | | Merge branch 'PHP-5.4'ULF WENDEL2012-10-231-50/+63
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix for bug #62820
| * | Fix for bug #62820ULF WENDEL2012-10-231-50/+63
| | |
* | | Merge branch 'PHP-5.4'ULF WENDEL2012-09-291-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.4: - BFN Minor changes for MySQL 5.6 NEWS for 76601c4
| * | Merge branch 'PHP-5.3' into PHP-5.4ULF WENDEL2012-09-291-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Minor changes for MySQL 5.6 NEWS for 76601c4 Conflicts: NEWS
| | * Minor changes for MySQL 5.6ULF WENDEL2012-09-291-1/+1
| | |
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-101-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
| |\ \ | | |/
| | * Remove executable permission on incXinchen Hui2012-10-101-0/+0
| | |
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-095-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-095-0/+0
| |\ \ | | |/
| | * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-095-0/+0
| | |
* | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-06-301-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed the common misspelling of the word occurred (occured -> occurred)
| * | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
| | |
* | | Merge branch 'PHP-5.4'Johannes Schlüter2012-06-221-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Remove extra ;
| * | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Remove extra ;
| | * Remove extra ;Johannes Schlüter2012-06-221-1/+1
| | |
* | | Merge branch 'PHP-5.4'andrey2012-05-021-0/+53
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4andrey2012-05-021-0/+53
| |\ \ | | |/
| | * Fix for bug#61411andrey2012-05-021-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.
* | | Merge branch 'PHP-5.4'Johannes Schlüter2012-04-191-0/+41
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.4: Commit generated file Fix bug #61755 parsing bug can lead to access violations
| * | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-04-191-0/+41
| |\ \ | | |/ | | | | | | | | | | | | | | | * PHP-5.3: Commit generated file Fix bug #61755 parsing bug can lead to access violations Fix bug 61671 ext\spl\tests\fileobject_003.phpt fails
| | * Fix bug #61755 parsing bug can lead to access violationsJohannes Schlüter2012-04-191-0/+41
| | |
* | | Merge branch 'PHP-5.4'Pierrick Charron2012-03-241-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-03-241-1/+0
| |\ \ | | |/
| | * Remove unused variablePierrick Charron2012-03-241-1/+0
| | |
| | * Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt ↵Johannes Schlüter2012-03-061-0/+1
| | | | | | | | | | | | test fails
| | * Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-054-6/+5
| | |
| | * Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't ↵Johannes Schlüter2012-03-052-43/+138
| | | | | | | | | | | | always work
| | * - Year++Felipe Pena2012-01-015-5/+5
| | |
| | * - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-022-12/+21
| | |
| | * - fix bug #55870, PDO ignores all SSL parameters when used with mysql native ↵Pierre Joye2011-10-081-2/+2
| | | | | | | | | | | | driver
| | * - Fix foldingJohannes Schlüter2011-09-192-10/+10
| | |
| | * Fix skipifsChristopher Jones2011-09-082-0/+3
| | |
| | * Fix SKIPIFUlf Wendel2011-09-061-1/+1
| | |
| | * Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILEAndrey Hristov2011-09-021-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 Wendel2011-09-021-2/+9
| | | | | | | | | | | | MySQL 5.6.1
| | * - Update PDO_mysql error mappingJohannes Schlüter2011-08-312-260/+518
| | |
| | * - Be less restrictive on the SQL state, some server versions might fool usJohannes Schlüter2011-08-311-2/+2
| | |
| | * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| | |
| | * Would be nice if tests get updated whenever a feature is added by the person ↵Ulf Wendel2011-07-261-4/+9
| | | | | | | | | | | | adding the feature...