summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* Apply tidy formattingNikita Popov2020-02-031-68/+68
* Backport 7d2ef3d2e540885dec26d91dad061bff1621ad07 into 7.4Anatol Belski2020-01-291-1/+2
* Enable --with-mhash on CINikita Popov2019-09-171-1/+1
* Report errors from stream read and write operationsNikita Popov2019-07-221-6/+17
* Remove conditional calls of always available macrosPeter Kokot2019-07-141-3/+1
* Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbolsPeter Kokot2019-06-275-8/+2
* Fix shift UB in hash_snefruNikita Popov2019-06-191-2/+2
* 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