comparison program/lib/Roundcube/rcube_session.php @ 17:dd5ed6ef69c9

Slowly cleaning up more php8 Warnings/deprecations
author Charlie Root
date Mon, 06 Oct 2025 12:20:32 -0400
parents 4681f974d28b
children b6a96bdd6b29
comparison
equal deleted inserted replaced
16:1866b439e6d3 17:dd5ed6ef69c9
34 protected $ip; 34 protected $ip;
35 protected $changed; 35 protected $changed;
36 protected $start; 36 protected $start;
37 protected $vars; 37 protected $vars;
38 protected $now; 38 protected $now;
39 protected $cookie;
40 protected $lifetime;
39 protected $time_diff = 0; 41 protected $time_diff = 0;
40 protected $reloaded = false; 42 protected $reloaded = false;
41 protected $appends = array(); 43 protected $appends = array();
42 protected $unsets = array(); 44 protected $unsets = array();
43 protected $gc_enabled = 0; 45 protected $gc_enabled = 0;