summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* Add missing zend_parse_parameters_none() checksGabriel Caruso2019-10-081-0/+4
* Fix required number of arguments in stubsNikita Popov2019-10-072-2/+2
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2532-64/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-09-171-1/+1
|\
| * Enable --with-mhash on CINikita Popov2019-09-171-1/+1
* | Add stubs for ext-hashThomas Gerbet2019-09-163-113/+176
* | Add missing ZPP_none()Christoph M. Becker2019-09-151-0/+4
* | Remove duplicate md5/sha1 implementationChristoph M. Becker2019-08-305-786/+0
* | Warnings to Errors hash_equalsMark2019-08-292-36/+39
* | Errorfy hash_pbkdf2Mark2019-08-292-31/+48
* | Warnings become errors for hash_hkdfMark2019-08-293-63/+62
* | Warnings become errors hash stream functions (other than hash_init)Mark2019-08-292-6/+14
* | Warnings become errors hash_initMark2019-08-292-24/+42
* | Warnings become errors hash_hmac hash_hmac_fileMark2019-08-293-25/+43
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-6/+17
|\ \ | |/
| * Report errors from stream read and write operationsNikita Popov2019-07-221-6/+17
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-141-3/+1
|\ \ | |/
| * Remove conditional calls of always available macrosPeter Kokot2019-07-141-3/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-06-272-4/+0
|\ \ | |/
| * Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbolsPeter Kokot2019-06-275-8/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-191-2/+2
|\ \ | |/
| * Fix shift UB in hash_snefruNikita Popov2019-06-191-2/+2
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ | |/
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | Merge branch 'PHP-7.4'Stanislav Malyshev2019-04-062-2/+2
|\ \ | |/
| * 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 usage of HAVE_HASH_EXT and COMPILE_DL_HASH as ext/hash is always avail...Kalle Sommer Nielsen2019-03-203-8/+0
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-191-19/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove extension readmesPeter Kokot2019-03-191-19/+0
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-181-6/+5
|\ \ \ \ \ | |/ / / /
| * | | | Sync AC_CHECK_SIZEOF m4 macro callsPeter Kokot2019-03-181-6/+5
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-171-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove duplicate PHP_C_BIGENDIAN checkPeter Kokot2019-03-171-2/+0
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-153-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-153-3/+3