Skip to content

Instantly share code, notes, and snippets.

@cjlaborde
Last active January 30, 2020 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjlaborde/ffe501b3bd23b16115a97692f15a5986 to your computer and use it in GitHub Desktop.
Save cjlaborde/ffe501b3bd23b16115a97692f15a5986 to your computer and use it in GitHub Desktop.
### Switch PHP version in Linux.
sudo update-alternatives --config php
### Find php.ini file location
{{ print_r(php_ini_loaded_file()) }}
sudo code /etc/php/7.4/fpm/php.ini --user-data-dir
display_errors = Off"
phpinfo();
print_r(php_ini_loaded_file());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment