Summary:
The `E_STRICT` PHP constant is deprecated since PHP 8.4 per https://www.php.net/manual/en/migration84.deprecated.php.
Per https://wiki.php.net/rfc/deprecations_php_8_4#remove_e_strict_error_level_and_deprecate_e_strict_constant, the `E_STRICT` constant was still in use in-between PHP 7.0 and 7.4 for PHP's `mysqli` extension and PHP's `htmlentities()` function.
The `E_STRICT` notice was removed from PHP's `mysqli` extension in
|
||
---|---|---|
.. | ||
__tests__ | ||
PhabricatorClientConnectionLimit.php | ||
PhabricatorClientLimit.php | ||
PhabricatorClientRateLimit.php | ||
PhabricatorStartup.php | ||
preamble-utils.php |