Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #75018, fixed bug #75177 | Anatol Belski | 2017-09-13 | 1 | -0/+33 |
* | Fix invalid free of persistent results on error/connection loss in mysqlnd (b... | Yussuf Khalil | 2017-04-05 | 1 | -0/+27 |
* | Fixed bug #71003: Add PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT | Thomas Orozco | 2017-03-09 | 1 | -0/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Matteo Beccati | 2016-12-15 | 2 | -1/+23 |
|\ | |||||
| * | Skip tests when secure_file_priv dir not writable | Matteo Beccati | 2016-12-15 | 2 | -1/+23 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-02-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix test description | Nikita Popov | 2016-02-13 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-02-13 | 1 | -0/+23 |
|\ \ | |/ | |||||
| * | FIx bug #71569 | Nikita Popov | 2016-02-13 | 1 | -0/+23 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Julien Pauli | 2015-12-24 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Fixed and improved tests | Julien Pauli | 2015-12-24 | 1 | -1/+1 |
| * | test to function PDO_getAvaliableDrivers; | marcosptf | 2015-12-24 | 1 | -0/+11 |
| * | Fix bug #64172 | Daniel Persson | 2015-10-18 | 1 | -2/+2 |
* | | fix pdo_mysql crash with empty bound stream param | Anatol Belski | 2015-11-05 | 1 | -0/+46 |
* | | Fix bug #64172 | Daniel Persson | 2015-10-18 | 1 | -2/+2 |
* | | Fixed test running on MarinaDB. | Dmitry Stogov | 2015-10-07 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-08-30 | 1 | -0/+33 |
|\ \ | |/ | |||||
| * | Fixed bug #70389 (PDO constructor changes unrelated variables) | Xinchen Hui | 2015-08-30 | 1 | -0/+33 |
* | | fork test | Anatol Belski | 2015-08-20 | 2 | -0/+82 |
* | | Fixed bug #70272 (Segfault in pdo_mysql) | Xinchen Hui | 2015-08-18 | 1 | -0/+31 |
* | | Update exception names in tests after formatting changes. | Aaron Piotrowski | 2015-05-17 | 6 | -6/+6 |
* | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-05-17 | 6 | -6/+6 |
|\ \ | |||||
| * | | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 6 | -6/+6 |
* | | | Updated tests to reflect exception class changes. | Aaron Piotrowski | 2015-05-16 | 8 | -8/+8 |
|/ / | |||||
* | | Display EngineExceptions like ordinary exceptions | Nikita Popov | 2015-05-15 | 6 | -6/+26 |
* | | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 2 | -2/+2 |
* | | Try fixing PDO MySQL pconnect test | Nikita Popov | 2015-04-04 | 1 | -0/+3 |
* | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2015-04-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-04-02 | 1 | -1/+1 |
| |\ | |||||
| | * | sigh, can't even copypaste without screwing up | Ferenc Kovacs | 2015-04-02 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2015-04-01 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-04-01 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | oop, put both the error number and message for both db object to the error me... | Ferenc Kovacs | 2015-04-01 | 1 | -0/+2 |
* | | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2015-04-01 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-04-01 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | test fixes | Ferenc Kovacs | 2015-04-01 | 1 | -3/+3 |
* | | | Patch improvement: | Dmitry Stogov | 2015-03-30 | 3 | -7/+10 |
* | | | Errors converted to exceptions are not "recoverable" anymore. | Dmitry Stogov | 2015-03-10 | 4 | -4/+4 |
* | | | Merge branch 'PHP-5.6' | Matteo Beccati | 2015-01-05 | 1 | -10/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2015-01-05 | 1 | -10/+2 |
| |\ \ | | |/ | |||||
| | * | Update test after fixing bug #68371 | Matteo Beccati | 2015-01-05 | 1 | -10/+2 |
* | | | Merge branch 'PHP-5.6' | Matteo Beccati | 2015-01-05 | 1 | -0/+101 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2015-01-05 | 1 | -0/+101 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a... | Matteo Beccati | 2015-01-05 | 1 | -0/+101 |
| | |\ | |||||
| | | * | Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a... | Matteo Beccati | 2014-11-10 | 1 | -0/+101 |
* | | | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-5.6' | Julien Pauli | 2014-12-05 | 3 | -0/+357 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2014-12-05 | 3 | -0/+357 |
| |\ \ \ | | |/ / | |||||
| | * | | Start adding new attribute to control multi statements | pwolanin | 2014-12-05 | 3 | -0/+357 |
| | |/ | |||||
| * | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -2/+2 |