summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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