-
Notifications
You must be signed in to change notification settings - Fork 145
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
Conditionally set auto_detect_line_endings when lower than PHP 8.1 #2540
Conversation
Kinda, related here is that it seems like the Events block ical parser is completely broken now with PHP 7.4. I think we should disable the feature when running PHP 7.4 at this point. We cannot even download and run 7.4 due to security/support issues now. Is still around one some hosts but we should still work toward non-support. |
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.
Damn. It looks like the Events block ICS parser has been silently failing for a while. This is confirmed not to be a failure with 6.3. I get a visual error when running locally with SCRIPT_DEBUG
and WP_DEBUG
running PHP 8.0.28 with wp-env.
Our E2E test is giving a false positive because it is checking for an error state, but the ICS parser giving a silent failure. It seems to properly parse the objects, however, that is not happening in reality.
Silent fail in prod, and apparently in some CI instances.
Fail seen in 7.4, and running 8.0 locally with wp-env.
api-fetch.js?ver=c6922e5e289e31508e9e:727 GET http://localhost:8888/index.php?rest_route=%2Fwp%2Fv2%2Fblock-renderer%2Fcoblocks%2Fevents&context=edit&attributes%5BexternalCalendarUrl%5D=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Fical%2F8hohgb8qv19fgvjbbkcehe0ce0%2540group.calendar.google.com%2Fpublic%2Fbasic.ics&attributes%5BeventsRange%5D=all&attributes%5BeventsToShow%5D=5&attributes%5BshowCarousel%5D=true&post_id=4&_locale=user 500 (Internal Server Error)
I realize now, that I forgot about this bug! What a bummer. Let's hold off on making any more changes to the events block for now I think. |
Description
Conditionally set
auto_detect_line_endings
in the ical parser when on PHP < 8.1.Types of changes
Checklist: