Menu

error: php7 convention-foreign-keys.php -- ereg deprecated

Developers
Dave
2015-11-27
2018-01-23
  • Dave

    Dave - 2015-11-27

    Line #14 will cause a fatal error if the plugin is loaded since ereg is fully deprecated, it must be replaced with
    if(preg_match("^(.*)_id$^", $field, $args)){

     
  • Jakub Vrána

    Jakub Vrána - 2016-01-25

    There's no such plugin in Adminer distribution. Where did you get it?

     
  • Dave

    Dave - 2016-06-04

    It's one of the plugins listed on the plugins page

     
  • Jakub Vrána

    Jakub Vrána - 2018-01-23

    Please contact its author.

     

Log in to post a comment.