summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix unsigned comparisons and remove dead codeAnatol Belski2017-11-174-11/+6
* Merge branch 'PHP-7.2'Nikita Popov2017-11-171-2/+2
|\
| * Fix printf format issues on i386Nikita Popov2017-11-171-2/+2
* | Fix unsigned comparisonAnatol Belski2017-11-171-1/+1
* | Fix unsigned comparisonAnatol Belski2017-11-171-5/+5
* | Keep the compile time condition for the label useAnatol Belski2017-11-171-0/+2
* | Merge branch 'PHP-7.2'Nikita Popov2017-11-161-2/+2
|\ \ | |/
| * Backport some printf() fixes to 7.2Nikita Popov2017-11-163-7/+7
* | Enable and fix printf() format warningsNikita Popov2017-11-1613-27/+31
* | Reverted incorrect changes to setlocale()Dmitry Stogov2017-11-161-8/+10
* | Missed changeDmitry Stogov2017-11-161-1/+1
* | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2017-11-162-1/+20
|\ \
| * | Fix (*NO_JIT) usage when JIT is enabledAnatol Belski2017-11-162-1/+20
* | | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-1619-161/+200
|/ /
* | Add missing ifdefAnatol Belski2017-11-151-0/+2
* | Use single memory pool for result metadata and result set.Dmitry Stogov2017-11-1511-83/+123
* | 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-155-14/+16
|\ \
| * | Try to fix AppVeyor buildNikita Popov2017-11-141-1/+1
| * | Reduce sleep intervals in basic sleep testsNikita Popov2017-11-142-2/+2
| * | Initialize jit globalAnatol Belski2017-11-141-0/+1
| * | Fix wrong returnAnatol Belski2017-11-141-1/+1
| * | Clarify bin_to_readable codeNikita Popov2017-11-141-10/+11
* | | Embeded zend_list into st_mysqlnd_error_info, to avoid extra allocation/deall...Dmitry Stogov2017-11-158-46/+43
|/ /
* | 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
* | Fix remaining signedness warningsAnatol Belski2017-11-147-11/+11
* | Use already available pattern length, fix signedness warningsAnatol Belski2017-11-141-12/+14
* | Add skipif as this test became only valid with JIT compiled inAnatol Belski2017-11-141-0/+2
* | 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
* | Merge branch 'PHP-7.2'Anatol Belski2017-11-141-4/+4
|\ \ | |/
| * Fix UTF check in pcre_grepAnatol Belski2017-11-141-4/+4
* | Use stack-allocated packets.Dmitry Stogov2017-11-148-917/+536
* | Merge branch 'PHP-7.2'Anatol Belski2017-11-141-1/+1
|\ \ | |/
| * Fix uninitialized flag when JIT is disabledAnatol Belski2017-11-141-1/+1
* | Remove unused fileAnatol Belski2017-11-141-214/+0
* | Skip test if no PCRE_JIT_SUPPORTXinchen Hui2017-11-141-0/+1
* | Added PCRE_JIT_SUPPORT flagXinchen Hui2017-11-141-0/+6
* | Fix calculation as sync with 48cee6d1Anatol Belski2017-11-141-1/+1
* | Eliminated redundand codeDmitry Stogov2017-11-141-35/+35
* | We don't need to calculate size of offset array, because pcre2_match_data_cre...Dmitry Stogov2017-11-141-24/+18
* | Put hardcoded value into macroAnatol Belski2017-11-131-7/+8
* | Patch core for PCRE2 supportAnatol Belski2017-11-13181-125069/+39081
* | Merge branch 'PHP-7.2'Sara Golemon2017-11-131-6/+4
|\ \ | |/
| * Bugfix#75515 php://streams behaving greedilySara Golemon2017-11-131-6/+4
* | Merge branch 'PHP-7.2'Remi Collet2017-11-132-2/+14
|\ \ | |/