summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | 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.2'Johannes Schlüter2018-02-201-8/+15
|\ \ \ | |/ /
| * | 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
* | | | Trailing whitespacesGabriel Caruso2018-01-033-4/+4
* | | | year++Xinchen Hui2018-01-0248-48/+48
* | | | Move constants into read-only data segmentDmitry Stogov2017-12-152-3/+3
* | | | Cleanup type conversionDmitry Stogov2017-12-071-7/+3
* | | | Fixed incorrect buffer reallocationDmitry Stogov2017-11-301-1/+0
* | | | Enable and fix printf() format warningsNikita Popov2017-11-162-2/+2
* | | | Use single memory pool for result metadata and result set.Dmitry Stogov2017-11-1510-81/+121
* | | | Cleanup. Make difference between MYSQLND_ROW_BUFFER and MYSQLND_MEMORY_POOL_C...Dmitry Stogov2017-11-156-100/+97
* | | | Use better buffer reallocation strategyDmitry Stogov2017-11-151-13/+23
* | | | Merged allocationsDmitry Stogov2017-11-153-30/+8
* | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2017-11-151-1/+1
|\ \ \ \
| * | | | Try to fix AppVeyor buildNikita Popov2017-11-141-1/+1
* | | | | Embeded zend_list into st_mysqlnd_error_info, to avoid extra allocation/deall...Dmitry Stogov2017-11-153-29/+14
|/ / / /