Skip to content

PHP same-name constructor deprecation #286

Description

@roycewilliams

PHP 7.4 deprecates as follows:

Methods with the same name as their class will not be constructors in a future version of PHP

... for at least the following (there may be others), all of which have constructors that are, as expected, the same name as their class:

ADODB_Cache_File has a deprecated constructor in php-reports/vendor/adodb/adodb-php/adodb.inc.php on line 278
ADORecordSet has a deprecated constructor in php-reports/vendor/adodb/adodb-php/adodb.inc.php on line 3111
ADORecordSet_array has a deprecated constructor in php-reports/vendor/adodb/adodb-php/adodb.inc.php on line 4177

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions