summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-04-062-2/+2
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-062-2/+2
| |\
| | * Always use ZEND_SECURE_ZERO() when cleaning up dataStanislav Malyshev2019-04-062-2/+2
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1512-13/+4
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1413-30/+30
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-136-8/+8
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1512-13/+3
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-31/+31
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-135-8/+8
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1512-13/+3
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-31/+31
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-133-4/+4
* | | Merge branch 'PHP-7.2' into PHP-7.3Sara Golemon2018-09-251-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2018-09-251-1/+1
| |\ \ | | |/
| | * Fixed bug #76918 Repeated parameter name in arg infoSara Golemon2018-09-251-1/+1
| | * year++Xinchen Hui2018-01-0232-32/+32
| | * Fixed bug #75303 sha3 hangs on bigendianRemi Collet2017-10-021-1/+1
| * | year++Xinchen Hui2018-01-0232-32/+32
* | | Remove unused Git attributes identPeter Kokot2018-07-2534-64/+1
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-5/+5
* | | Bump phar and hash extension version to match PHP versionPeter Kokot2018-06-211-2/+2
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* | | Remove unused argumentAnatol Belski2018-03-141-1/+1
* | | Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* | | Avoid double copying and string length recalculationDmitry Stogov2018-03-062-14/+8
* | | Fix skip conditionChristoph M. Becker2018-02-231-1/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2010-10/+10
* | | Avoid conditions inside loopAnatol Belski2018-02-091-7/+10
* | | Improve loop vectorizationAnatol Belski2018-02-091-2/+3
* | | Improve loop vectorizationAnatol Belski2018-02-091-2/+3
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-3/+3
* | | Remove superfluous PHP version check in testsGabriel Caruso2018-02-041-3/+0
* | | Add missing SKIPIF sectionsGabriel Caruso2018-02-032-0/+5
* | | Use int instead of integer in protoGabriel Caruso2018-02-021-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-3/+3
* | | year++Xinchen Hui2018-01-0232-32/+32
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* | | Add zend_object_alloc() APINikita Popov2017-11-251-3/+3
* | | Fix unsigned comparisons and remove dead codeAnatol Belski2017-11-171-1/+1
* | | Use interned strings for hash algorithm names (not copyied into SHM)Dmitry Stogov2017-11-011-1/+1
* | | Merge branch 'PHP-7.2'Remi Collet2017-10-033-12/+239
|\ \ \ | |/ /
| * | Fix Bug #75284 sha3 is not supported on bigendian machineRemi Collet2017-10-033-12/+239
* | | Kill compiler warnings in ext/hashKalle Sommer Nielsen2017-08-242-4/+4
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-94/+0
|/ /
* | Add hash_hmac_algos() for filtered is_crypto methodsSara Golemon2017-07-232-0/+74
* | fix hash build (when build dir != src dir)Remi Collet2017-05-291-1/+2