E_STRICT is deprecated in PHP 8.4.0. MediaWiki (and almost all extensions) no longer produces errors at this level. To not break the compatibility, let's converts all E_STRICT level errors to E_USER_NOTICE, which is also mapped to warning severity. Using '@' operator to avoid generating the deprecation warning of E_STRICT. This should addresses the deprecation warning of E_STRICT when another warning or error is raised. Bug: T375707 Change-Id: I5937cacdf5b01614042a06d4deb5112ffff51727 |
||
|---|---|---|
| .. | ||
| Hook | ||
| BadRequestError.php | ||
| BadTitleError.php | ||
| CannotCreateActorException.php | ||
| ErrorPageError.php | ||
| FatalError.php | ||
| HttpError.php | ||
| ILocalizedException.php | ||
| LocalizedException.php | ||
| MWContentSerializationException.php | ||
| MWException.php | ||
| MWExceptionHandler.php | ||
| MWExceptionRenderer.php | ||
| MWUnknownContentModelException.php | ||
| PermissionsError.php | ||
| ProcOpenError.php | ||
| ReadOnlyError.php | ||
| ShellDisabledError.php | ||
| ThrottledError.php | ||
| UserBlockedError.php | ||
| UserNotLoggedIn.php | ||