Notice in PHP 8.2
-
Hey!
Today I was testing our webapp if we can move on to PHP 8.2.The server settings:
Linux 5.10.0-20-amd64 x86_64
nginx/1.18.0
PHP 8.2.5 (64bit)There have been some deprecation notices.
PHP message: PHP Deprecated: Creation of dynamic property CT_Table::$public is deprecated in wp-content/plugins/gamipress/libraries/ct/includes/class-ct-table.php on line 573; PHP message: PHP Deprecated: Creation of dynamic property CT_Table::$hierarchical is deprecated in wp-content/plugins/gamipress/libraries/ct/includes/class-ct-table.php on line 573; PHP message: PHP Deprecated: Creation of dynamic property CT_Table::$primary_key is deprecated in wp-content/plugins/gamipress/libraries/ct/includes/class-ct-table.php on line 573; PHP message: PHP Deprecated: Creation of dynamic property CT_Table::$version is deprecated in wp-content/plugins/gamipress/libraries/ct/includes/class-ct-table.php on line 573; PHP message: PHP Deprecated: Creation of dynamic property CT_Table::$global is deprecated in wp-content/plugins/gamipress/libraries/ct/includes/class-ct-table.php on line 573; PHP message: PHP Deprecated: Creation of dynamic property CT_Table::$engine is deprecated in wp-content/plugins/gamipress/libraries/ct/includes/class-ct-table.php on line 573; PHP message: PHP Deprecated: Creation of dynamic property CT_Table::$schema is deprecated in wp-content/plugins/gamipress/libraries/ct/includes/class-ct-table.php on line 573;
Maybe something to fix in an upcoming release.
Greetings
derRALF
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Notice in PHP 8.2’ is closed to new replies.