PHP 7.2 compatibility
-
Hi! Plugin is working fine but running php 7.2 compatibility checks give this:
FILE: /tablepress/views/view-about.php
————————–
FOUND 2 ERRORS AFFECTING 2 LINES
————————–
185 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
186 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
————————–FILE: /tablepress/libraries/excel-reader.class.php
———————
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
———————-
222 | WARNING | Method name “OLERead::__readData” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
240 | WARNING | Method name “OLERead::__readPropertySets” is discouraged; PHP has reserved all method names with a double underscore prefix for future useThe page I need help with: [log in to see the link]
- The topic ‘PHP 7.2 compatibility’ is closed to new replies.