PHP7 compatibility (2)
-
hello,
happy new year !
Still using this great plugin.
However, 9 months have passed since i opened a ticket about PHP7.0 and still no news about it. PHP5.6 is quite an outdated version. PHP7 is so much better, i don’t see any reason for remaining with PHP5. Even PHP7.2 is now available but PHP7.0 would be already a great step forward!Here is the original topic: PHP 7.0 compatibility
I recopy the main points here:
Currently the plugin is not compatible with PHP 7.0. Here are the errors found by PHP compatibility checker.
best regards
FILE: /customers/1/1/f/knepp.se/httpd.www/wp-content/plugins/appointment-calendar/menu-pages/manage-appointments.php
——————————————————————————————————————–
FOUND 3 ERRORS AFFECTING 3 LINES
——————————————————————————————————————–
35 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
37 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
87 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
——————————————————————————————————————–FILE: /customers/1/1/f/knepp.se/httpd.www/wp-content/plugins/appointment-calendar/menu-pages/ps_pagination.php
—————————————————————————————————————-
FOUND 6 ERRORS AND 1 WARNING AFFECTING 7 LINES
—————————————————————————————————————-
42 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
73 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
76 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
79 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
80 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
104 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
107 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
—————————————————————————————————————-FILE: /customers/1/1/f/knepp.se/httpd.www/wp-content/plugins/appointment-calendar/calendar/tc_calendar.php
———————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————-
210 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
———————————————————————————————————-
- The topic ‘PHP7 compatibility (2)’ is closed to new replies.