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

[REF] Fix deprecated array and string offset access using curly brace… #18529

Merged

Conversation

seamuslee001
Copy link
Contributor

…s in afform

Overview

PHP7.4 deprecations

  • PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/jenkins/bknix-edge/build/build-2/web/sites/all/modules/civicrm/ext/afform/core/afform.php on line 491
  • PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/jenkins/bknix-edge/build/build-2/web/sites/all/modules/civicrm/ext/afform/core/afform.php on line 536

Before

PHP7.4 triggers deprecations

After

PHP7.4 doesn't trigger deprecations

ping @eileenmcnaughton @totten @mattwire

@civibot
Copy link

civibot bot commented Sep 19, 2020

(Standard links)

@civibot civibot bot added the master label Sep 19, 2020
@eileenmcnaughton eileenmcnaughton merged commit 50582fa into civicrm:master Sep 20, 2020
@eileenmcnaughton eileenmcnaughton deleted the core_afform_php74_array_string branch September 20, 2020 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants