summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* Fix #78623: Regression caused by "SP call yields additional empty result set"Christoph M. Becker2019-10-074-2/+8
* Fix #41997: SP call yields additional empty result setChristoph M. Becker2019-09-034-8/+2
* fix the problem for connect_attr, set db condition, and add a new attribute _...Qianqian Bu2019-08-201-0/+58
* Enable STRICT_TRANS_TABLES in new testNikita Popov2019-06-071-1/+4
* Fixed bug #38546Cameron Porter2019-06-073-4/+302
* Fix testsChristoph M. Becker2019-04-292-89/+7
* Make MySQLPDOTest::extractVersion() more liberalChristoph M. Becker2019-04-282-2/+2
* Fix #77944: Wrong meta pdo_type for bigint on LLP64Christoph M. Becker2019-04-271-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Darek Slusarczyk2019-02-114-3/+69
|\
| * security fix - by default 'local infile' is disabled:Darek Slusarczyk2019-02-114-3/+69
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1540-39/+35
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-149-20/+20
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+2
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-8/+8
| * Convert CRLF line endings to LFPeter Kokot2018-10-131-33/+33
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1540-39/+35
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-149-20/+20
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+1
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-8/+8
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-191-8/+8
|\ \ | |/
| * Fix getColumnMeta() testNikita Popov2018-09-191-8/+8
| * year++Xinchen Hui2018-01-025-5/+5
* | year++Xinchen Hui2018-01-025-5/+5
* | Fix bug #75615Jaromír Doleček2017-12-171-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-131-0/+33
|\ \ | |/
| * Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-0/+33
* | Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-181-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-07-181-1/+1
| |\
| | * Fix check of mysql_commit() return valueYaoGuai2017-07-181-1/+1
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-04-071-0/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-071-0/+27
| |\ \ | | |/
| | * Fix invalid free of persistent results on error/connection loss in mysqlnd (b...Yussuf Khalil2017-04-051-0/+27
* | | Add PDO parameter types for national character set stringsAdam Baratz2017-03-204-4/+122
* | | Remove unused fieldAdam Baratz2017-03-201-1/+0
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-094-0/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-094-0/+19
| |\ \ | | |/
| | * Fixed bug #71003: Add PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERTThomas Orozco2017-03-094-0/+19
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-025-5/+5
* | | Merge branch 'PHP-7.1'Matteo Beccati2016-12-152-1/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Matteo Beccati2016-12-152-1/+23
| |\ \ | | |/
| | * Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-12-152-1/+23
| | |\
| | | * Skip tests when secure_file_priv dir not writableMatteo Beccati2016-12-152-1/+23
* | | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-2430-366/+366
* | | | Fix CRLF line-endings in testsNikita Popov2016-11-201-33/+33
* | | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-202-4/+4
* | | | Cleanup tests version checksTom Van Looy2016-11-205-12/+0
* | | | Addendum to #73234: Assume param types are nullableAdam Baratz2016-10-122-2/+2