Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | |||||
* | Really fix test pdo_mysql_class_constants.phpt | Remi Collet | 2012-12-12 | 1 | -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 Collet | 2012-12-03 | 1 | -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.phpt | Anatoliy Belsky | 2012-11-14 | 1 | -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 option | Johannes Schlüter | 2012-10-31 | 3 | -2/+23 |
| | |||||
* | Merge branch 'PHP-5.4' | Johannes Schlüter | 2012-10-26 | 1 | -8/+6 |
|\ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-10-26 | 1 | -8/+6 |
| |\ | | | | | | | | | | | | | Conflicts: ext/pdo_mysql/mysql_statement.c | ||||
| | * | 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 | ||||
* | | | Merge branch 'PHP-5.4' | ULF WENDEL | 2012-10-26 | 1 | -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 WENDEL | 2012-10-26 | 1 | -26/+31 |
| | | | | | | | | | | | | unnecessary error messages... | ||||
* | | | Merge branch 'PHP-5.4' | ULF WENDEL | 2012-10-23 | 1 | -50/+63 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fix for bug #62820 | ||||
| * | | Fix for bug #62820 | ULF WENDEL | 2012-10-23 | 1 | -50/+63 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | ULF WENDEL | 2012-09-29 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-5.4: - BFN Minor changes for MySQL 5.6 NEWS for 76601c4 | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | ULF WENDEL | 2012-09-29 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Minor changes for MySQL 5.6 NEWS for 76601c4 Conflicts: NEWS | ||||
| | * | Minor changes for MySQL 5.6 | ULF WENDEL | 2012-09-29 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-09 | 5 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 5 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 5 | -0/+0 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-30 | 1 | -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 Easen | 2012-06-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Remove extra ; | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Remove extra ; | ||||
| | * | Remove extra ; | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | andrey | 2012-05-02 | 1 | -0/+53 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | andrey | 2012-05-02 | 1 | -0/+53 |
| |\ \ | | |/ | |||||
| | * | 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. | ||||
* | | | Merge branch 'PHP-5.4' | Johannes Schlüter | 2012-04-19 | 1 | -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.4 | Johannes Schlüter | 2012-04-19 | 1 | -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 violations | Johannes Schlüter | 2012-04-19 | 1 | -0/+41 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Pierrick Charron | 2012-03-24 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-03-24 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | 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... |