summaryrefslogtreecommitdiff
path: root/ext/hash/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Make null byte error a ValueErrorNikita Popov2020-09-081-2/+2
* Fixed memory leak (ext/hash/tests/mhash_001.phpt failure)Dmitry Stogov2020-08-191-1/+5
* Fix ZPP for mhash()Máté Kocsis2020-08-141-38/+62
* Remove proto comments from C filesMax Semenik2020-07-061-54/+27
* Make HashContexts serializable.Eddie Kohler2020-06-301-9/+377
* SHA-3 Keccak_Hash: Store Keccak_HashInstance in the main context.Eddie Kohler2020-06-301-4/+0
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-051-2/+2
* Improve a last couple of argument error messagesMáté Kocsis2020-04-201-6/+6
* Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-111-7/+2
* Inline a ZEND_NUM_ARGS() variableNikita Popov2020-04-061-2/+1
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-35/+1
* Improve error messages of ext/hashMáté Kocsis2020-03-241-34/+21
* Promote warnings to exceptions in ext/hashMáté Kocsis2020-03-241-6/+6
* Add arginfo for HashContext::__construct()Nikita Popov2020-02-131-1/+1
* Fix #78880 Another roundMáté Kocsis2020-01-191-1/+1
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* Switch hash() function to use fastzppNikita Popov2020-01-021-3/+6
* Switch php_hash_fetch_ops() to use zend_stringNikita Popov2020-01-021-28/+28
* Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-18/+18
* Use RETURN_THROWS() after zend_type_error()Máté Kocsis2020-01-011-2/+2
* Use ZEND_THROWS() during ZPP in the GD, gettext, GMP, and hash extensionsMáté Kocsis2019-12-311-18/+18
* Fix smaller issues with stubsMáté Kocsis2019-12-201-1/+1
* Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* Add missing zend_parse_parameters_none() checksGabriel Caruso2019-10-081-0/+4
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add stubs for ext-hashThomas Gerbet2019-09-161-113/+2
* Add missing ZPP_none()Christoph M. Becker2019-09-151-0/+4
* Remove duplicate md5/sha1 implementationChristoph M. Becker2019-08-301-35/+0
* Warnings to Errors hash_equalsMark2019-08-291-4/+4
* Errorfy hash_pbkdf2Mark2019-08-291-10/+10
* Warnings become errors for hash_hkdfMark2019-08-291-10/+10
* Warnings become errors hash stream functions (other than hash_init)Mark2019-08-291-3/+5
* Warnings become errors hash_initMark2019-08-291-6/+6
* Warnings become errors hash_hmac hash_hmac_fileMark2019-08-291-6/+6
* Merge branch 'PHP-7.4'Nikita Popov2019-07-221-6/+17
|\
| * Report errors from stream read and write operationsNikita Popov2019-07-221-6/+17
| * Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbolsPeter Kokot2019-06-271-4/+0
* | Remove usage of HAVE_HASH_EXT and COMPILE_DL_HASH as ext/hash is always avail...Kalle Sommer Nielsen2019-03-201-4/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-111-3/+5
|\ \ | |/
| * Fix #71890: Add support for crc32c Castagnoli's polynomial.Andrew Brampton2019-03-111-3/+5
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-5/+5
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Fix some sign-related issues in comparisonsjvoisin2019-01-091-3/+3
* Create object only after parameter checksDmitry Stogov2018-12-261-14/+8
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* 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-031-16/+20
* Second round of fixing compiler warnings in ext/hash. Lots of the signatures ...Kalle Sommer Nielsen2018-10-031-3/+3
* Revert "Fix compiler warnings in ext/hash"Kalle Sommer Nielsen2018-10-031-15/+15