Feature #13446
Updated by Reid Linnemann about 2 years ago
php 7.4 is EOL Nov. 28, 2022. We are migrating to php 8.1 as a result. Several changes will need to be made to accomplish this, including but not limited to: * Changing the php version for the package builds * System update changes to handle the transition from php74 to php81 * Code changes to accommodate changing semantics in expression evaluation and function behavior ** * Arrays no longer can be indexed with curly brace syntax ** * Default flags for htmlspecialchars changed from @ENT_COMPAT@ to @ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401@