Quantcast
Viewing all articles
Browse latest Browse all 76

PHP 8.3 warnings and errors

Replies: 1

PHP_CodeSniffer shows the following warnings for PHP 8.3 compatibility:

FILE: ...fp\factory\_common\form\field_type\AdminPageFramework_FieldType_system.php
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
169 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and
| | removed since PHP 5.4
--------------------------------------------------------------------------------


FILE: ...ed\afp\factory\_common\utility\wp_utility\AdminPageFramework_WPUtility.php
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
556 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since
| | PHP 7.0; Use mysqli instead
--------------------------------------------------------------------------------


FILE: ...mysql-for-speed\afp\utility\requirement\AdminPageFramework_Requirement.php
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
49 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since
| | PHP 7.0; Use mysqli instead
--------------------------------------------------------------------------------

Viewing all articles
Browse latest Browse all 76

Trending Articles