summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-025-5/+5
* Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-0/+33
* 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.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
* | 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
* | 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
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-091-1/+2
|\ \ \ | |/ /
| * | Remove typo'd commitKeyur2016-08-091-1/+0
| * | Fix bug 72788: Invalid memory access when database_object_handleKeyur2016-08-092-1/+3
* | | Fixed compilation warningsDmitry Stogov2016-06-221-2/+6
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-032-2/+2
|\ \ \ | |/ /
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | | Merge branch 'PHP-7.0'Nikita Popov2016-02-131-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-1/+1
| |\ \ | | |/
| | * Fix test descriptionNikita Popov2016-02-131-1/+1
* | | Merge branch 'PHP-7.0'Nikita Popov2016-02-131-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-0/+23
| |\ \ | | |/
| | * FIx bug #71569Nikita Popov2016-02-132-13/+36
* | | Remove version checksNikita Popov2016-01-302-8/+1
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-01-041-12/+9
|\ \ \ | |/ /
| * | Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-12/+9
* | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-015-5/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
| |\ \ | | |/
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
* | | Merge branch 'PHP-7.0'Julien Pauli2015-12-241-0/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-241-0/+11
| |\ \ | | |/
| | * Fixed and improved testsJulien Pauli2015-12-241-1/+1
| | * test to function PDO_getAvaliableDrivers;marcosptf2015-12-241-0/+11
* | | Merge branch 'PHP-7.0'Xinchen Hui2015-11-161-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-161-0/+2
| |\ \ | | |/
| | * Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)Xinchen Hui2015-11-161-0/+2
| | * Fix bug #64172Daniel Persson2015-10-181-2/+2
* | | MNDR:Andrey Hristov2015-11-121-3/+3
|/ /
* | use Z* macro nameAnatol Belski2015-11-051-1/+1
* | fix leakAnatol Belski2015-11-051-0/+1
* | fix pdo_mysql crash with empty bound stream paramAnatol Belski2015-11-052-2/+49
* | Fix bug #64172Daniel Persson2015-10-181-2/+2
* | Fixed test running on MarinaDB.Dmitry Stogov2015-10-071-1/+1
* | Merge branch 'PHP-5.6'Xinchen Hui2015-08-302-23/+61
|\ \ | |/
| * Fixed bug #70389 (PDO constructor changes unrelated variables)Xinchen Hui2015-08-301-0/+33
* | fork testAnatol Belski2015-08-202-0/+82
* | Fixed bug #70272 (Segfault in pdo_mysql)Xinchen Hui2015-08-183-4/+33
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2