PHP 7.4/NewConstants: more new PHP 7.4 constants#887
Merged
Conversation
> - GD: > Added the "scatter" image filter (IMG_FILTER_SCATTER) to apply a scatter > filter to images. This filter has the following prototype: > > imagefilter($im, IMG_FILTER_SCATTER, int $sub, int $plus, array $colors = []); Refs: * https://github.com/php/php-src/blob/3775d47eee38f3b34f800a0b23f840ec7a94e4c7/UPGRADING#L247-L256 * php/php-src@bcd11a1
From the RFC: > New Constants > > Just in case an application wants to know where their argon2 support is coming from, I'd propose a new constant to be declared by whichever module is providing the support. > > PASSWORD_ARGON2_PROVIDER == 'standard' || 'sodium' Refs: * https://wiki.php.net/rfc/sodium.argon.hash * php/php-src#4012 * php/php-src@0ba1db7
wimg
approved these changes
Aug 28, 2019
40 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PHP 7.4/NewConstants: handle new IMG_FILTER_SCATTER
Refs:
PHP 7.4/NewConstants: handle new PASSWORD_ARGON2_PROVIDER
From the RFC:
Refs:
Related to #808