Hi, so we are using Zoom with WordPress (working beautifully , however we are currently working on upgrading our websites to PHP 7.2 and our compatability checker is coming up with some issues. Just wondering if there are any plans to update the PHP code in zoom. I do not know PHP overly well and some of the issues I feel comfortable changing/fixing on my own but there are a couple in particular I am not sure how to fix:
120 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
126 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
132 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
Any guidance would be greatly appreciated!
120 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
126 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
132 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
Any guidance would be greatly appreciated!
Comment