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

Drupal: PHP7 fixes for views modules #2985

Merged
merged 4 commits into from
Jan 31, 2019

Conversation

drshawnkwang
Copy link
Contributor

Description of the Change
Fixed PHP7 compatibility issues for the contrib/views module.

  • Replaced split() function with preg_split().
  • Add curly braces when necessary.
  • Modified constructor to a modern PHP standard.

Release Notes
N/A

Part of https://dev.gridrepublic.org/browse/DBOINCP-468

@drshawnkwang drshawnkwang changed the title Drupal fixphp7 contrib views Drupal: PHP7 fixes for views modules Jan 24, 2019
@tristanolive tristanolive merged commit 8df30c8 into BOINC:master Jan 31, 2019
@drshawnkwang drshawnkwang deleted the drupal_fixphp7-contrib-views branch January 31, 2019 20:57
@AenBleidd AenBleidd added this to the Server Release 1.2.0 milestone Aug 14, 2023
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.

3 participants