summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Avoid live range references in opcodesNikita Popov2018-02-163-44/+4
* Merge branch 'PHP-7.2'Nikita Popov2018-02-162-2/+31
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-02-162-2/+31
| |\
| | * Fixed bug #75969Nikita Popov2018-02-162-2/+31
* | | Simplify declarationAnatol Belski2018-02-161-2/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-02-161-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-02-161-0/+2
| |\ \ | | |/
| | * Wrap var depending on conditional compilationAnatol Belski2018-02-161-0/+2
| * | Remove getmxrr alias dns_get_mx testGabriel Caruso2018-02-141-27/+0
| * | add pkg-config example in extension skeletonRemi Collet2018-02-141-0/+18
* | | Fix duplicated strlen callAnatol Belski2018-02-161-2/+1
* | | Remove unnecessary conditions and improve assignmentAnatol Belski2018-02-161-14/+5
* | | Reduce var scopeAnatol Belski2018-02-161-21/+17
* | | Reduce var scopeAnatol Belski2018-02-163-5/+5
* | | Reduce variable scopeAnatol Belski2018-02-161-2/+2
* | | Reduce variable scopeAnatol Belski2018-02-151-1/+1
* | | Use explicit for more type safetyAnatol Belski2018-02-151-1/+1
* | | Reduce variable scopeAnatol Belski2018-02-151-2/+1
* | | Remove condition that is always falseAnatol Belski2018-02-151-3/+0
* | | Fix: follow the indent of the other configure optionsTom Van Looy2018-02-156-8/+8
* | | Fix datatypes for native AVX buildAnatol Belski2018-02-141-5/+5
* | | Optimized fast_memcpy with AVX instructionsXinchen Hui2018-02-155-11/+77
* | | Upgrade bundled PCRE2 to 10.31Anatol Belski2018-02-1439-3173/+4890
* | | Merge branch 'PHP-7.2'Remi Collet2018-02-141-40/+27
|\ \ \ | |/ /
| * | factorization of duplicated codeRemi Collet2018-02-141-40/+27
| * | Fix timezone var_dump from 51f2a5803fa4f09e212fed4b14ab8b4a003d4ef5Remi Collet2018-02-141-3/+3
* | | Revert "Added return type for some basic functions"Joe2018-02-141-23/+23
* | | Remove empty sections in testsGabriel Caruso2018-02-1410-21/+11
* | | Added return type for some basic functionsDmitry Patsura2018-02-141-23/+23
* | | Merge branch 'PHP-7.2'Anatol Belski2018-02-131-0/+1
|\ \ \ | |/ /
| * | Extend skipif checkAnatol Belski2018-02-131-0/+1
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-123-16/+91
| |\ \ | | |/
| | * Fixed bug #68406 calling var_dump on a DateTimeZone object modifies itjhdxr2018-02-123-16/+91
* | | Fix typoGabriel Caruso2018-02-131-1/+1
* | | Update author infoXinchen Hui2018-02-122-0/+2
* | | Optimized base64_encode/decode with SIMD instructionsXinchen Hui2018-02-124-81/+739
* | | Fixes for #74707 some methods of tidy class didn't have arginfo declaredGabriel Caruso2018-02-121-7/+18
* | | Add test for bcpwmodGabriel Caruso2018-02-121-0/+10
* | | Fixed bug #68406 calling var_dump on a DateTimeZone object modifies itCHU Zhaowei2018-02-121-3/+3
* | | fix #68406CHU Zhaowei2018-02-123-16/+91
* | | Fix use of Z_LVAL_P in snmpNikita Popov2018-02-111-1/+1
* | | Removed unused variablesGabriel Caruso2018-02-115-9/+2
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-02-112-59/+77
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-112-59/+77
| |\ \ | | |/
| | * Fix #75857: Timezone gets truncated when formattedGabriel Caruso2018-02-112-59/+77
* | | Merge branch 'PHP-7.2'Nikita Popov2018-02-102-3/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-02-102-3/+12
| |\ \ | | |/
| | * Fixed bug #75928Pedro Lacerda2018-02-102-3/+12
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-1069-387/+387
* | | Fixed bug #74707Gabriel Caruso2018-02-101-25/+38