Skip to content
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

Fixed reflection deprecations for php 8.0 #76

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Mar 13, 2021

Methods like isArray and getClass have been completely substituted by
getType in PHP8. Calls are thus made conditionally now.

Extracted changes made by @Megatherium from #32

@glensc glensc changed the title Fixed reflection deprecations Fixed reflection deprecations for php 8.0 Mar 13, 2021
@glensc glensc marked this pull request as ready for review March 13, 2021 16:07
Copy link
Member

@falkenhawk falkenhawk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

packages/zend-amf/library/Zend/Amf/Adobe/Introspector.php Outdated Show resolved Hide resolved
Methods like isArray and getClass have been completely substituted by
getType in PHP8. Calls are thus made conditionally now.

Signed-off-by: Alexander Wozniak <wozniak@oktopos.com>
Signed-off-by: Elan Ruusamäe <glen@pld-linux.org>
@falkenhawk falkenhawk merged commit 23154d8 into zf1s:master Mar 15, 2021
@glensc glensc deleted the reflection branch March 15, 2021 11:27
@glensc glensc mentioned this pull request Mar 16, 2021
32 tasks
@glensc glensc mentioned this pull request Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants