summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #78525Nikita Popov2019-09-132-15/+14
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-203-2/+12
|\
| * fix the problem for connect_attr, set db condition, and add a new attribute _...Qianqian Bu2019-08-203-2/+12
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-021-0/+8
|\ \ | |/
| * Fix #78179: MariaDB server version incorrectly detectedChristoph M. Becker2019-08-021-0/+8
* | Fix 78213: Empty row pocketChristoph M. Becker2019-07-311-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Andrey Hristov2019-06-211-1/+3
|\ \ | |/
| * Add explicit cast to uint32_t.Andrey Hristov2019-06-211-1/+3
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-071-1/+8
|\ \ | |/
| * Fixed bug #38546Cameron Porter2019-06-071-1/+8
* | Fix bug #77955Nikita Popov2019-05-231-2/+3
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-221-0/+2
|\ \ | |/
| * Fix #77956 - When mysqli.allow_local_infile = Off, return a client errorSjon Hortensius2019-05-221-0/+2
* | Fixed bug #77773Nikita Popov2019-03-221-0/+9
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-211-12/+12
|\ \ | |/
| * Fixed bug #77597Nikita Popov2019-02-211-11/+11
* | Merge remote-tracking branch 'origin/PHP-7.3' into PHP-7.3Johannes Schlüter2019-02-121-0/+9
|\ \
| * | Fixed bug #77599 (Unbuffered queries; native prepared statements memory leak)Dmitry Stogov2019-02-121-0/+9
* | | Merge branch 'PHP-7.2' into PHP-7.3Darek Slusarczyk2019-02-111-1/+2
|\ \ \ | |/ / |/| / | |/
| * 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
* | | Fixed bug #77308 (Unbuffered queries memory leak)Dmitry Stogov2019-01-141-0/+9
* | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-01-092-2/+2
|\ \ \ | |/ /
| * | Revert visibilityAndrey Hristov2019-01-092-2/+2
* | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-01-021-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
* | | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Optimize MySQL statement execute without parameterstwosee2018-10-051-2/+4
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-047-398/+29
|\ \ \ | |/ /
| * | 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
* | | Fix typos in codePeter Kokot2018-07-271-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-252-3/+0
* | | Allocate array of proper sizeDmitry Stogov2018-07-181-1/+6
* | | OptimizationDmitry Stogov2018-07-101-100/+71
* | | Use zval_ptr_dtor() to replace bound variables (original values nay be circul...Dmitry Stogov2018-07-051-4/+4
* | | Use zval_ptr_dtor_nogc() instead of zval_dtor() inplaces where circular-refer...Dmitry Stogov2018-07-051-2/+2
* | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-1/+1
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | | Fixe bug #76386Victor Csiky2018-06-151-2/+33
* | | Merge branch 'PHP-7.2'Dmitry Stogov2018-06-141-0/+1
|\ \ \ | |/ /
| * | 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
* | | Avoid useless stream buffer copying and workaround with chunk_size manipulation.Dmitry Stogov2018-06-141-3/+2
* | | emalloc() never returns NULLDmitry Stogov2018-06-131-3/+1