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