summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-04-062-2/+2
|\
| * 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
* | | | Remove extension readmesPeter Kokot2019-03-191-19/+0
* | | | Sync AC_CHECK_SIZEOF m4 macro callsPeter Kokot2019-03-181-6/+5
* | | | Remove duplicate PHP_C_BIGENDIAN checkPeter Kokot2019-03-171-2/+0
* | | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-153-3/+3
* | | | Fix #71890: Add support for crc32c Castagnoli's polynomial.Andrew Brampton2019-03-119-9/+201
* | | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* | | | Remove more zpp error testsNikita Popov2019-03-051-21/+0
* | | | Heedlessly enable thread LS cache for ext/hash.Anatol Belski2019-03-022-2/+2
* | | | Remove local variablesPeter Kokot2019-02-0328-252/+0
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-3032-32/+32
* | | | Fix some sign-related issues in comparisonsjvoisin2019-01-091-3/+3
* | | | Fix a warning about comparing signed/unsigned variablesjvoisin2019-01-061-1/+1
* | | | Create object only after parameter checksDmitry Stogov2018-12-261-14/+8
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-159-10/+0
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-149-10/+10
* | | | Trim trailing whitespace in testsGabriel Caruso2018-10-1412-19/+19
* | | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | | Trim trailing whitespace in source code filesPeter Kokot2018-10-133-3/+3
* | | | Fix incorrect printf modifier after size_t changesNikita Popov2018-10-041-1/+1
* | | | Hopefully last round of size_t fixes, this makes the remaining php_hash_ops u...Kalle Sommer Nielsen2018-10-033-25/+35
* | | | Remove $ext_shared usage for ext/hash in the Unix build script (Thanks Christ...Kalle Sommer Nielsen2018-10-031-1/+1
* | | | Second round of fixing compiler warnings in ext/hash. Lots of the signatures ...Kalle Sommer Nielsen2018-10-0317-58/+52
* | | | Revert "Fix compiler warnings in ext/hash"Kalle Sommer Nielsen2018-10-035-22/+22
* | | | Fix compiler warnings in ext/hashKalle Sommer Nielsen2018-10-035-22/+22
* | | | Update hash tests for consistency in their titles and remove the skipif secti...Kalle Sommer Nielsen2018-10-0363-198/+67
* | | | Implemented RFC "Always available hash extension"Kalle Sommer Nielsen2018-10-032-68/+65
* | | | Merge branch 'PHP-7.3'Sara Golemon2018-09-251-1/+1
|\ \ \ \ | |/ / /
| * | | 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