summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #38546Cameron Porter2019-06-071-1/+8
* Fix #77956 - When mysqli.allow_local_infile = Off, return a client errorSjon Hortensius2019-05-221-0/+2
* Fixed bug #77597Nikita Popov2019-02-211-11/+11
* Merge branch 'PHP-7.1' into PHP-7.2Darek Slusarczyk2019-02-111-1/+2
|\
| * security fix - by default 'local infile' is disabled:Darek Slusarczyk2019-02-111-1/+2
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-6/+6
* | Revert visibilityAndrey Hristov2019-01-092-2/+2
* | Fixed bug #75684 In mysqlnd_ext_plugin.h the plugin methods family has no ext...Anatol Belski2019-01-021-2/+2
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-6/+6
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-047-425/+29
|\ \ | |/
| * Revert all MySQL auth related changesNikita Popov2018-09-047-425/+29
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-06-141-0/+1
|\ \ | |/
| * Fixed invalid free introduced by d6e81f0bfd0cb90586dd83d4fd47a4302605261a (av...Dmitry Stogov2018-06-141-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-101-0/+1
|\ \ | |/
| * Fix mysqlnd build without opensslNikita Popov2018-06-101-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-067-29/+423
|\ \ | |/
| * 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
* | Merge branch 'PHP-7.1' into PHP-7.2Johannes Schlüter2018-02-202-1/+2
|\ \ | |/
| * Fix a memleak with mysqlnd and SSLJohannes Schlüter2018-02-202-1/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Johannes Schlüter2018-02-201-8/+15
|\ \ | |/
| * 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
* | | year++Xinchen Hui2018-01-0248-48/+48
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-131-1/+1
|\ \ \ | |/ /
| * | Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-1/+1
* | | Add new enum options defined in MySQL 5.7Andrey Hristov2017-08-081-0/+13
* | | Use zval_ptr_dtor_nogc() for data that can't be circularDmitry Stogov2017-06-291-5/+5
* | | Use persistent heap only for persistent connections.Dmitry Stogov2017-06-211-1/+1
* | | Use interned empty and "one char" strings.Dmitry Stogov2017-05-181-0/+4
* | | Merge branch 'PHP-7.1'Johannes Schlüter2017-04-141-0/+47
|\ \ \ | |/ /
| * | 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.1'Xinchen Hui2017-04-071-2/+2
|\ \ \ | |/ /
| * | 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
* | | Remove superfluous allocation checks around ZMM-based functionsThomas Punt2017-04-022-6/+0
* | | Drop unnecessary allocator return value checksNikita Popov2017-03-131-3/+0
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-121-4/+5
|\ \ \ | |/ /
| * | 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.1'Nikita Popov2017-01-121-2/+3
|\ \ \ | |/ /
| * | 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
* | | Resolve conflictSammy Kaye Powers2017-01-031-2/+2
|\ \ \
| * \ \ Merge branch 'PHP-7.1'Nikita Popov2017-01-021-1/+1
| |\ \ \ | | |/ /
| | * | Fix data_size decrementNikita Popov2017-01-021-1/+1