summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Fixed invalid free introduced by d6e81f0bfd0cb90586dd83d4fd47a4302605261a (av...Dmitry Stogov2018-06-141-0/+1
* Fix mysqlnd build without opensslNikita Popov2018-06-101-0/+1
* Fix VC compilation as variable size array is not supportedAnatol Belski2018-06-061-0/+9
* Fix MySQL 8 authJohannes Schlüter2018-06-067-29/+414
* Fix a memleak with mysqlnd and SSLJohannes Schlüter2018-02-202-1/+2
* Merge branch 'PHP-7.0' into PHP-7.1Johannes Schlüter2018-02-201-8/+15
|\
| * Fix negotiaton of MySQL auth pluginJohannes Schlüter2018-02-201-7/+14
* | year++Xinchen Hui2018-01-0248-48/+48
* | Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Johannes Schlüter2017-04-141-0/+47
|\ \ | |/
| * Add support for MySQL 8's Unicode typesJohannes Schlüter2017-04-141-0/+47
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-071-2/+2
|\ \ | |/
| * Fix invalid free of persistent results on error/connection loss in mysqlnd (b...Yussuf Khalil2017-04-051-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-121-4/+5
|\ \ | |/
| * Fixed bug #74021andrewnester2017-02-121-4/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-121-2/+3
|\ \ | |/
| * Fix bug #69899rfussenegger2017-01-121-2/+3
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-0437-37/+37
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-0448-48/+48
* | Fix data_size decrementNikita Popov2017-01-021-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-021-1/+1
|\ \ | |/
| * Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVEvanviegen2017-01-021-2/+8
* | Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVEvanviegen2017-01-021-1/+7
* | Optimized memory handling of BIT fields. Less memory copies and lessAndrey Hristov2016-12-125-91/+11
* | Merge branch 'PHP-7.0' into PHP-7.1Andrey Hristov2016-12-122-3/+29
|\ \ | |/
| * Fix off by 1 problem.Andrey Hristov2016-12-122-3/+29
| * Fix bug #72293 - Heap overflow in mysqlnd related to BIT fieldsStanislav Malyshev2016-09-121-1/+6
* | Fix bug #72293 - Heap overflow in mysqlnd related to BIT fieldsStanislav Malyshev2016-09-121-0/+5
* | Fixed bug #72701 mysqli_get_host_info() wrong outputAnatol Belski2016-07-291-1/+1
* | Fix for bug #71863 Segfault when EXPLAIN with "Unknown column" errorAndrey Hristov2016-07-252-3/+12
* | Fixed compilation warningsDmitry Stogov2016-06-234-3/+4
* | Fixed compilation warningsDmitry Stogov2016-06-222-2/+3
* | Fix compiler warnings in mysqlndKalle Sommer Nielsen2016-04-033-3/+3
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-171-1/+0
|\ \ | |/
| * Remove typoXinchen Hui2016-03-171-1/+0
* | Fix buildKalle Sommer Nielsen2016-03-171-1/+2
* | Fix more emailsAndrey Hristov2016-03-166-12/+15
* | Merge branch 'PHP-7.0'Andrey Hristov2016-03-163-3/+3
|\ \ | |/
| * More email fixingAndrey Hristov2016-03-163-3/+3
* | Merge branch 'PHP-7.0'Andrey Hristov2016-03-1642-124/+116
|\ \ | |/
| * Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-1637-153/+113
| * Eliminate usages of _PP macrosNikita Popov2016-03-031-14/+0
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-032-2/+2
|\ \ | |/
| * Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | Move free_chunk and resize_chunk into memory poolNikita Popov2016-02-225-21/+23
* | Drop mysqlnd mempool refcountNikita Popov2016-02-222-8/+2
* | Remove version checksNikita Popov2016-01-302-32/+0
* | Add missing macroAndrey Hristov2016-01-211-0/+1
* | Move cleanup code to a separate function and export it. Export alsoAndrey Hristov2016-01-153-14/+32
* | Forgot to add const-ness to the macroAndrey Hristov2016-01-141-2/+2