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

Fix a bug in Zend_Date for PHP 8.0 #62

Merged
merged 1 commit into from
Mar 13, 2021

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Mar 13, 2021

Because the return values of iconv_substr changed in PHP 8.0 calling Zend_Date::set could lead to TypeError.

Extracted changes made by @Megatherium from #32

Because the return values of iconv_substr changed in PHP8 calling
Zend_Date::set could lead to TypeError
@glensc glensc marked this pull request as ready for review March 13, 2021 15:07
@falkenhawk falkenhawk assigned falkenhawk and unassigned falkenhawk Mar 13, 2021
@falkenhawk falkenhawk merged commit c133dad into zf1s:master Mar 13, 2021
@falkenhawk falkenhawk linked an issue Mar 15, 2021 that may be closed by this pull request
@glensc glensc deleted the Zend_Date-fix-8.0 branch March 15, 2021 12:13
@glensc glensc mentioned this pull request Mar 16, 2021
32 tasks
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.

iconv_substr behaves differently under PHP8
2 participants