Skip to content

PHP 8.4 deprecation - No E_STRICT notices since PHP 8.0 #211

Description

@danowar2k

E_STRICT is deprecated in PHP 8.4:

Your plugin says it requires at least Moodle 2.2.11 (2011120511)...therefore you say your plugin supports PHP 5.3.2+. You should probably change that to more sensible values. Unless you really want to support 12 year old Moodle versions or 16 year old PHP versions.

Anyway, going by the current timeline assuming you really only support LTS Moodle versions and currently supported Moodle versions (https://moodledev.io/general/releases#version-support):

Moodle 4.5 supports PHP 8.1+.

Quoting:

Because all of the E_STRICT notices are upgraded to E_NOTICE since PHP 8.0

Therefore you can as of right now safely remove the mentions of E_STRICT.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions