/**
  * Comply to YOURLS debug mode
  *
  * @since 1.7.1
  */
 function __construct($user, $pass, $name, $host)
 {
     $this->show_errors = defined('YOURLS_DEBUG') && YOURLS_DEBUG;
     parent::ezSQL_mysqli($user, $pass, $name, $host);
 }