So just doing a Joomla 3.7.1 to PHP7.1.5 upgrade. I have Chronoforms v5 installed (https://www.chronoengine.com/downloads/chronoforms) which works brilliantly btw. However on upgrade to PHP 7.1.5 and trying to save a form I got "0 Cannot use string offset as an array"...
PHP7
Notes from PHP 5.x to PHP 7.1 Upgrade
PHP Install on Mac I use CakePHP 2 and 3 so they need intl and mcrypt brew install php71 --with-httpd24 brew install php71-imagick brew install php71-intl brew install php71-mcrypt Also I found that calling a function as follows fails # this PHP 5.x code calls a...