summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* Update ext/spl parameter namesNikita Popov2020-10-072-3/+3
* Improve parameter names in ext/hash and ext/opensslMáté Kocsis2020-09-243-31/+31
* Generate arginfosMáté Kocsis2020-09-161-3/+3
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-1/+1
* Make null byte error a ValueErrorNikita Popov2020-09-082-4/+4
* hash: Fix warning in the bench scriptAnatol Belski2020-09-021-0/+3
* X86: Fast CRC32 computation using PCLMULQDQ instructionFrank Du2020-09-022-7/+104
* Fixed memory leak (ext/hash/tests/mhash_001.phpt failure)Dmitry Stogov2020-08-191-1/+5
* Fix ZPP for mhash()Máté Kocsis2020-08-143-41/+65
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-0920-0/+20
* Add a few missing parameter types in stubsMáté Kocsis2020-07-302-5/+1
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* Remove proto comments from C filesMax Semenik2020-07-062-72/+36
* Update outdated arginfo hashesMáté Kocsis2020-06-301-1/+1
* Make HashContexts serializable.Eddie Kohler2020-06-3037-53/+1515
* Mark Keccak functions that contain expected misaligned accesses.Eddie Kohler2020-06-302-0/+22
* SHA-3 Keccak_Hash: Store Keccak_HashInstance in the main context.Eddie Kohler2020-06-303-21/+7
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2415-76/+1
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Correct implementation of joaat hash.Eddie Kohler2020-06-223-9/+10
* Fix some final classes in stubsMáté Kocsis2020-05-191-1/+2
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-053-6/+6
* Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-272-2/+2
* Ensure hash_update_stream() always returns the same hash when $length = 0Symeon Charalabides2020-04-211-0/+33
* Improve a last couple of argument error messagesMáté Kocsis2020-04-202-7/+7
* Fix PHP_HAVALUpdate signatureNikita Popov2020-04-152-2/+2
* Fix [-Wchar-subscripts] in Hash extensionGeorge Peter Banyard2020-04-131-2/+2
* Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-112-7/+9
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-11/+11
* Inline a ZEND_NUM_ARGS() variableNikita Popov2020-04-061-2/+1
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-054-49/+70
* Improve error messages of ext/hashMáté Kocsis2020-03-248-68/+55
* Promote warnings to exceptions in ext/hashMáté Kocsis2020-03-243-16/+20
* Add arginfo for HashContext::__construct()Nikita Popov2020-02-131-1/+1
* Reindent phpt filesNikita Popov2020-02-0320-1101/+1101
* Merge branch 'PHP-7.4'Nikita Popov2020-02-031-68/+68
|\
| * Apply tidy formattingNikita Popov2020-02-031-68/+68
| * Backport 7d2ef3d2e540885dec26d91dad061bff1621ad07 into 7.4Anatol Belski2020-01-291-1/+2
* | Fix datatypeAnatol Belski2020-01-291-1/+1
* | Fix #78880 Another roundMáté Kocsis2020-01-191-1/+1
* | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-172-2/+2
* | Switch hash() function to use fastzppNikita Popov2020-01-021-3/+6
* | Switch php_hash_fetch_ops() to use zend_stringNikita Popov2020-01-022-29/+29
* | 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-203-2/+6
* | Add union return types for function stubsMáté Kocsis2019-11-112-24/+17
* | Clean DONE tags from testsFabien Villepinte2019-11-0713-26/+0
* | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1