PHP 8 Fatal error: Unparenthesized a ? b : c ? d : e is not supported.#3622
PHP 8 Fatal error: Unparenthesized a ? b : c ? d : e is not supported.#3622dd32 wants to merge 1 commit intoCalderaWP:masterfrom
a ? b : c ? d : e is not supported.#3622Conversation
|
Can anyone please put this up as soon as possible? Because of this problem, we are stuck. |
|
@New0 any chance you can help get this reviewed/merged/released as it's causing some alerts on PHP compatibility for sites/applications using Caldera Forms... thanks! |
|
Hello @jeffpaul I wish I could be of better help but Caldera Forms is not published on WordPress.org and supported anymore. In order to apply the change from this PR and maintain Caldera Forms installations, I would suggest forking Caldera Forms. After Forking this repo, applying changes would consist in |
Clarify some ternary operators causing a PHP fatal error under PHP8.
Fixes #3621