-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Deprecate $num_points parameter of image(open|filled)polygon #6789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
kocsismate
reviewed
Mar 19, 2021
Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>
Girgias
reviewed
Mar 21, 2021
Girgias
reviewed
Mar 21, 2021
Co-authored-by: George Peter Banyard <7906688+Girgias@users.noreply.github.com>
nikic
approved these changes
Jul 14, 2021
jrfnl
added a commit
to PHPCompatibility/PHPCompatibility
that referenced
this pull request
Mar 9, 2022
…parameter for `image*polygon()` functions > GD: > The `$num_points` parameter of `image(open|filled)polygon` has been deprecated. Includes unit tests. Refs: * https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L397-L398 * https://wiki.php.net/rfc/deprecations_php_8_1#num_points_parameter_of_image_open_filled_polygon * php/php-src#6789 * php/php-src@e1285c4
jrfnl
added a commit
to jrfnl/doc-en
that referenced
this pull request
Mar 11, 2022
> GD: > The `$num_points` parameter of `image(open|filled)polygon` has been deprecated. Refs: * https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L397-L398 * php/php-src#6789 * php/php-src@e1285c4
cmb69
pushed a commit
to php/doc-en
that referenced
this pull request
Mar 11, 2022
> GD: > The `$num_points` parameter of `image(open|filled)polygon` has been deprecated. Refs: * https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L397-L398 * php/php-src#6789 * php/php-src@e1285c4 Co-authored-by: jrfnl <jrfnl@users.noreply.github.com> Closes GH-1450.
mumumu
added a commit
to php/doc-ja
that referenced
this pull request
Mar 12, 2022
> GD: > The `$num_points` parameter of `image(open|filled)polygon` has been deprecated. Refs: * https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L397-L398 * php/php-src#6789 * php/php-src@e1285c4
tiffany-taylor
pushed a commit
to tiffany-taylor/doc-en
that referenced
this pull request
Jan 16, 2023
> GD: > The `$num_points` parameter of `image(open|filled)polygon` has been deprecated. Refs: * https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L397-L398 * php/php-src#6789 * php/php-src@e1285c4 Co-authored-by: jrfnl <jrfnl@users.noreply.github.com> Closes phpGH-1450.
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.
Cf. https://wiki.php.net/rfc/deprecations_php_8_1#num_points_parameter_of_image_open_filled_polygon.