-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
PHP 8.3 compatibility (and 8.x prototypes fixes) #616
Closed
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
581acc4
Fix Imagick::getResourceLimit() proto
remicollet ab33ea0
Fix Imagick::evaluateImages() proto
remicollet 47b415a
Fix Imagick::optimizeImageLayers() proto
remicollet 98c7a4a
review object_handlers
remicollet d021813
Fix Imagick::getImageBlob() proto
remicollet 451c176
Fix Imagick::getRegistry() proto
remicollet 957b48a
Fix ImagickPixelIterator::getNextIteratorRow() proto
remicollet 20ea362
Fix ImagickKernel::fromMatrix() proto
remicollet 7233874
Fix Imagick::convolveImage() proto
remicollet a1d8c0b
Fix Imagick::subimageMatch() proto
remicollet 6d02d99
Fix Imagick::setImageMask() proto
remicollet af0634a
unalias next/rewind for return type
remicollet 8b48dc3
Fix Imagick::resetIterator() proto
remicollet 0cf0083
unalias next/rewind for return type
remicollet d45e478
Fix Imagick::autoGammaImage() and autoOrient() proto
remicollet 529bb5d
Fix Imagick::localContrastImage proto
remicollet a16c885
Fix Imagick::optimizeimagetransparency proto
remicollet c4aa095
regen
remicollet 118db29
remove null case (as exception is raised
remicollet 2fc8465
fix ImagickDraw
remicollet 91c6092
handle ZEND_ARG_INFO_WITH_DEFAULT_VALUE in regen script
remicollet af1dcbd
try to fix -Werror=unused-parameter
remicollet 3bd35ea
fix [-Wunused-but-set-variable]
remicollet 3cbbc56
fix Imagick::convolveImage() proto for IM6
remicollet b4ede5d
add IMAGICK_NOT_EMPTY macro
remicollet d9bf728
Fix MagickPixel
remicollet dc300a2
Fix ImagickPixelIterator
remicollet c70071d
Fix ImagickKernel
remicollet ce164ce
use IMAGICK_NOT_EMPTY for Imagick class
remicollet 797b71c
Fix Imagick class: use RETURN_THROWS after zpp and exception
remicollet 9df9261
Fix [-Werror=unused-parameter]
remicollet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create object affectation can be done this way at least since 8.1, just wanted to reduce complexity and avoid additional conditions.