summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'PHP-7.1'Nikita 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
* | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0248-48/+48
|/ / /
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-021-1/+7
|\ \ \ | |/ /
| * | Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVEvanviegen2017-01-021-1/+7
* | | Merge branch 'PHP-7.1'Andrey Hristov2016-12-125-91/+11
|\ \ \ | |/ /
| * | Optimized memory handling of BIT fields. Less memory copies and lessAndrey Hristov2016-12-125-91/+11
* | | Merge branch 'PHP-7.1'Andrey Hristov2016-12-122-3/+29
|\ \ \ | |/ /
| * | 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
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-263-6/+6
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-3/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrey Hristov2016-10-171-1/+1
|\ \ \
| * \ \ Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2016-10-171-1/+1
| |\ \ \
| | * | | Lower the value to 24 hours from 1 year, which due to a overflow inAndrey Hristov2016-10-171-1/+1
* | | | | Merge branch 'PHP-7.0' into PHP-7.1Andrey Hristov2016-10-172-4/+2
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2016-10-172-4/+2
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * This is a very very old thing dated back to year 2009.Andrey Hristov2016-10-172-4/+2
| | * fix ZTS buildRemi Collet2016-09-151-1/+1
| | * Fix bug #72293 - Heap overflow in mysqlnd related to BIT fieldsStanislav Malyshev2016-09-121-1/+7
| * | 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
* | | Convenience macrosAndrey Hristov2016-01-141-0/+3
* | | commit 597db443cd6ce76b0dce590b9f51b5d4d610325eAndrey Hristov2016-01-132-13/+13
* | | Fix reloc for the allocator. Original files and lines were not showingAndrey Hristov2016-01-052-65/+72
* | | Fix typo that was unhiding only with USE_ZEND_ALLOCAndrey Hristov2016-01-051-1/+1
* | | - Make functions static, as they are not needed to be public - exportedAndrey Hristov2016-01-044-41/+91