By andypost on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.4.x, 11.x
Introduced in version:
10.4.0, 11.1.0
Issue links:
Description:
The constant \E_STRICT is deprecated in PHP 8.4. All usage has been removed from core.
Any contrib and custom code using \E_STRICT should be changed in preparation for PHP 8.4
Since PHP 5.4 this constant is a part or \E_ALL.
Impacts:
Module developers