Skip to content

create_function deprecated in php 7.2 #17

@stephanedemotte

Description

@stephanedemotte

create_function in Database.php on line 82 deprecated in php 7.2

I try to use anomymous function, but i suck 🗡

:: edit

            $this->document_criterias[$id] = function($document) use ($criteria) {
              $str = UtilArrayQuery::buildCondition($criteria);
              return eval("return $str;");
            };

quick fix :)

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