PHP 8.2 compatibility: Fixed more "Creation of dynamic property is
deprecated" errors
This commit is contained in:
parent
b2ade7ae5c
commit
104b960211
@ -1562,6 +1562,9 @@ class BPlusTree {
|
|||||||
var $fifo_enabled = false;
|
var $fifo_enabled = false;
|
||||||
|
|
||||||
var $file = null;
|
var $file = null;
|
||||||
|
var $nodesize = null;
|
||||||
|
var $keylen = null;
|
||||||
|
var $position = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* constructor
|
* constructor
|
||||||
|
@ -6,7 +6,8 @@ class plugin_indexer extends fs_filelister {
|
|||||||
var $_varname = 'fp_plugins';
|
var $_varname = 'fp_plugins';
|
||||||
|
|
||||||
var $_enabledlist = null;
|
var $_enabledlist = null;
|
||||||
|
var $enabledlist = null;
|
||||||
|
|
||||||
var $_directory = PLUGINS_DIR;
|
var $_directory = PLUGINS_DIR;
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user