Answers for "how to change my version of my php local"

PHP
1

change php version in ubuntu

sudo update-alternatives --config php
sudo update-alternatives --config phar
sudo update-alternatives --config phar.phar
Posted by: Guest on November-30-2021
14

update php version windows

Take a backup of your htdocs and data folder (subfolder of MySQL folder), reinstall upgraded version and replace those folders.

Note: In case you have changed config files like PHP (php.ini), Apache (httpd.conf) or any other, please take back up of those files as well and replace them with newly installed version.
Posted by: Guest on March-01-2021

Code answers related to "how to change my version of my php local"

Browse Popular Code Answers by Language