Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drupal: PHP7 fixes for ctools module #2987

Merged
merged 3 commits into from
Jan 31, 2019

Conversation

drshawnkwang
Copy link
Contributor

Description of the Change
For PHP7 compatibility:

  • Fixed func_get_args() calls
  • Modernized PHP4 style constructors.

Release Notes
N/A

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

Shawn Kwang added 3 commits January 24, 2019 12:17
Behavior of func_get_args() has changed, added code to mimic old behavior: saving args in a variable which is passed to instances where func_get_args is needed.

Part of PHP 7.0 compatibility.

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

Also see:
* https://www.drupal.org/files/issues/2018-11-26/ctools-func_get_args-3006202-4.patch
* https://www.drupal.org/project/ctools/issues/3006202
@tristanolive tristanolive merged commit 520145f into BOINC:master Jan 31, 2019
@drshawnkwang drshawnkwang deleted the drupal_fixphp7-contrib-ctools branch January 31, 2019 20:57
@AenBleidd AenBleidd added this to the Server Release 1.2.0 milestone Aug 14, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants