summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use mnd_emalloc/mnd_efreeDmitry Stogov2017-11-141-2/+2
* | | | Reimplemented MYSQLND_MEMORY_POOL to avoid allocations ouside of pool. Store ...Dmitry Stogov2017-11-144-180/+143
* | | | Run mysqlmd commands in one step (without separate create/run/free).Dmitry Stogov2017-11-1410-473/+317
* | | | Use mnd_erealloc()Dmitry Stogov2017-11-141-2/+2
* | | | Merge mysqlnd_field_hash_key structure into st_mysqlnd_field.Dmitry Stogov2017-11-143-31/+14
* | | | Use stack-allocated packets.Dmitry Stogov2017-11-148-917/+536
* | | | last_message is always allocated in Zend MM heapDmitry Stogov2017-11-021-1/+1
* | | | Made "result", "statement" and "last_message" to always use Zend MM heap. (ev...Dmitry Stogov2017-11-0214-157/+132
* | | | Mark persistent connection related data as "thread-local".Dmitry Stogov2017-11-011-1/+4
* | | | Convert some mysqlnd file encodings to UTF-8Peter Kokot2017-10-194-4/+4
* | | | Extend zend_string API to avoid reallocation in zend_string_init_interned()Dmitry Stogov2017-10-191-1/+1
* | | | Reuse interned strings from opcache SHM, if possible.Dmitry Stogov2017-10-161-1/+1
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-09-131-1/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | Kill a compiler warning in ext/mysqlndKalle Sommer Nielsen2017-08-241-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