Moving from PHP 5.6 to 7.2 with portmaster

Remember to make a backup copy of your /usr/local/etc/php.ini and after upgrade to php72 you will need to copy your php-produciton.ini on top of php.ini and make desired changes as there's some variables which was deprecated in php72 and not longer valid in the php.ini config. Even if you don't do it it will still works so it won't brake anything.

Also check if your web pages have supporting of php72.
 
Back
Top