History log of /PHP-8.3/ext/hash/hash.c (Results 26 – 50 of 201)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6111d64c 16-Apr-2020 Máté Kocsis

Improve a last couple of argument error messages

Closes GH-5404


# 3fe49d81 11-Apr-2020 Máté Kocsis

Generate method entries from stubs for a couple of extensions

Closes GH-5368


# 3e5fdef9 06-Apr-2020 Nikita Popov

Inline a ZEND_NUM_ARGS() variable


# 5322de1b 04-Apr-2020 Máté Kocsis

Generate functions entries from stubs for another set of extensions

Closes GH-5351


# c5fe1a19 18-Mar-2020 Máté Kocsis

Improve error messages of ext/hash

Closes GH-5275


# d5871e26 18-Mar-2020 Máté Kocsis

Promote warnings to exceptions in ext/hash


# 80392253 13-Feb-2020 Nikita Popov

Add arginfo for HashContext::__construct()

Arginfo was already generated, just not referenced.


# 99db00b1 19-Jan-2020 Máté Kocsis

Fix #78880 Another round


# d1764ca3 15-Jan-2020 Máté Kocsis

Make error messages more consistent by fixing capitalization

Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.


# a6486088 30-Dec-2019 Nikita Popov

Switch hash() function to use fastzpp

For short inputs ZPP can be a large fraction of the hash()
execution time.


# 7c787e56 30-Dec-2019 Nikita Popov

Switch php_hash_fetch_ops() to use zend_string

This has two advantages: If the string is already lowercase, we
do not need to copy it, and it will hopefully match the interned
string

Switch php_hash_fetch_ops() to use zend_string

This has two advantages: If the string is already lowercase, we
do not need to copy it, and it will hopefully match the interned
string name of the hash, making the comparison more efficient.

show more ...


# 349a2864 01-Jan-2020 Máté Kocsis

Use RETURN_THROWS() after zend_throw_error()


# 9099dbd9 01-Jan-2020 Máté Kocsis

Use RETURN_THROWS() after zend_type_error()


# d9ac1ca8 30-Dec-2019 Máté Kocsis

Use ZEND_THROWS() during ZPP in the GD, gettext, GMP, and hash extensions


# d59bc807 18-Dec-2019 Máté Kocsis

Fix smaller issues with stubs

GH-5025


# 94938934 29-Oct-2019 Máté Kocsis

Cleanup return values when parameter parsing is unsuccessful


# 95181553 07-Oct-2019 Gabriel Caruso

Add missing zend_parse_parameters_none() checks

Closes GH-4796.


# 5d6e923d 24-Sep-2019 Gabriel Caruso

Remove mention of PHP major version in Copyright headers

Closes GH-4732.


Revision tags: php-7.4.0RC2
# ef27bd60 15-Sep-2019 Thomas Gerbet

Add stubs for ext-hash


# 7a20ba43 15-Sep-2019 Christoph M. Becker

Add missing ZPP_none()


Revision tags: php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9
# 39ab4104 22-Aug-2019 Christoph M. Becker

Remove duplicate md5/sha1 implementation

This code was actually unused since its introduction, and since at
least the md5 implementation in the core was completely overhauled,
we're

Remove duplicate md5/sha1 implementation

This code was actually unused since its introduction, and since at
least the md5 implementation in the core was completely overhauled,
we're dropping the md5 and sha1 related stuff from ext/hash.

show more ...


# 1f863399 26-Aug-2019 Mark

Warnings to Errors hash_equals


# e18bac96 26-Aug-2019 Mark

Errorfy hash_pbkdf2


# ee104cf1 26-Aug-2019 Mark

Warnings become errors for hash_hkdf


# 960da6df 26-Aug-2019 Mark

Warnings become errors hash stream functions (other than hash_init)


123456789