summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* const-ify some functionsAndrey Hristov2019-01-044-42/+42
* Add type safety for mysqlnd plugin developersAndrey Hristov2019-01-041-4/+11
* Revert visibilityAndrey Hristov2019-01-042-2/+2
* Test commitAndrey Hristov2019-01-021-0/+1
* Merge branch 'PHP-7.3'Anatol Belski2019-01-021-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
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | Re-commit MySQL 8 cached SHA auth supportNikita Popov2018-11-217-29/+392
* | | Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* | | Use persistent strings only for persistent connectionsDmitry Stogov2018-10-231-4/+11
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Merge branch 'PHP-7.3'Nikita Popov2018-10-051-2/+4
|\ \ \ | |/ /
| * | Optimize MySQL statement execute without parameterstwosee2018-10-051-2/+4
* | | Drop WE_DONT_COPY_IN_BUFFERED_AND_UNBUFFERED_BECAUSEOF_IS_REFNikita Popov2018-09-221-83/+15
|/ /
* | 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
* | | Add check for variable size array featureAnatol Belski2018-06-091-2/+2
* | | Fix mysqlnd build without opensslNikita Popov2018-06-091-0/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-06-061-0/+9
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' of git.php.net:/php-srcJohannes Schlüter2018-06-065-6/+6
|\ \ \
| * | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-285-6/+6
* | | | Merge branch 'PHP-7.1'Johannes Schlüter2018-06-067-29/+386
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix MySQL 8 authJohannes Schlüter2018-06-067-29/+414
* | | Bit test optimizationDmitry Stogov2018-05-081-2/+2
* | | Bit check micro-optimizationDmitry Stogov2018-04-281-2/+2
* | | Fix initialisation orderJohannes Schlüter2018-02-201-1/+1
* | | Merge branch 'PHP-7.2'Johannes Schlüter2018-02-202-1/+2
|\ \ \ | | |/ | |/|