PHP7 compatbility warning
-
Hi folks, love your Boxzilla plugin! Would it be possible to update Boxzilla, possibly with 2 small changes, for PHP7 compatibility?
When I run a PHP7 compatbility checker on my website, I see the warnings below for Boxzilla.
It looks like renaming the “__load_boxzilla” function and making one other change would ensure PHP7 compatibility.
Thanks for considering it!
FILE: /nas/content/live/mysite/wp-content/plugins/boxzilla/boxzilla.php
————————————————————————————————————————————————-
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
————————————————————————————————————————————————-
1 | WARNING | File has mixed line endings; this may cause incorrect results
40 | WARNING | Function name “__load_boxzilla” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
————————————————————————————————————————————————-
- The topic ‘PHP7 compatbility warning’ is closed to new replies.