summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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