Skip to content

is_a is deprected on PHP 5.2.x#7

Description

@robneu

Due to some ridiculousness in the PHP version history, the is_a function is deprecated from 5.0 until 5.3 when they un-deprecated it. 馃槙

Thanks to this, users still on PHP 5.2x would trigger some warnings when running the updater. It also looks like instanceof is a little better on performance anyway, so it's probably worth swapping out.

PR inbound.

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