[Pkg-roundcube-maintainers] Bug#898068: Message with no Package: tag cannot be processed! ([Deprecated] Methods with the same name as their class on roundcube package :)

Ph. Gras ph.gras at worldonline.fr
Sun May 6 17:33:34 BST 2018


Package: roundcube

> Hi there!
> 
> message on upgrading my server:
> ====================================================================
> Paramétrage de roundcube-core (1.2.3+dfsg.1-4+deb9u2) ...
> Determining localhost credentials from /etc/mysql/debian.cnf: succeeded.
> dbconfig-common: writing config to /etc/dbconfig-common/roundcube.conf
> dbconfig-common: flushing administrative password
> Package apache2 is not configured yet. Will defer actions by package roundcube-core.
> 
> Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; runlog has a deprecated constructor in /usr/share/roundcube/plugins/debug_logger/runlog/runlog.php on line 8
> ====================================================================
> 
> 
> vi /usr/share/roundcube/plugins/debug_logger/runlog/runlog.php
> 
>  1 <?php
>  2 
>  3 /**
>  4  * runlog
>  5  *
>  6  * @author Ziba Scott <ziba at umich.edu>
>  7  */
>  8 class runlog {
>  9 
> 10     private $start_time   = FALSE;
> 11     private $parent_stack = array();
> 12     private $file_handles = array();
> 13     private $indent       = 0;
> 14     private $run_log      = array();
> 15 
> 16     public $print_to_console = FALSE;
> 17     public $threshold        = 0;
> 18     public $tag_count        = array();
> 19     public $timestamp        = "d-M-Y H:i:s O";
> 20     public $max_line_size    = 150;
> 21 
> 22 //    function runlog()
> 23     function __construct()
> 24     {
> 25         $this->start_time = microtime(true);
> 26     }
> 27 
> 
> 
> Best regards,
> 
> Ph. Gras
> 



More information about the Pkg-roundcube-maintainers mailing list