Search
 
SCRIPT & CODE EXAMPLE
 

PHP

switch php version

sudo update-alternatives --config php
sudo update-alternatives --config phar
sudo update-alternatives --config phar.phar
Comment

switch php versions

On Mac using Home Brew, you can switch php versions easily:
brew unlink php@8.0
brew link php@7.1

Or follow the upgrade path to get your app to support the newer php version
Comment

PREVIOUS NEXT
Code Example
Php :: curl error (code 3) url malformed laravel 
Php :: php get 
Php :: laravel make password 
Php :: laravel permissions 
Php :: php file_put_contents inode problem 
Php :: wordpress autosave 
Php :: laravel eloquent update 
Php :: codeigniter 3 where not in 
Php :: how to clear php form data after submit 
Php :: drupal 9 guzzle client increase timeout 
Php :: Laravel Adding Cookie Consent 
Php :: laravel collection times 
Php :: function inside model laravel 
Php :: python to php 
Php :: PHP str_word_count — Return information about words used in a string 
Php :: php foreach ($_post as $key = $value) 
Php :: php string functions 
Php :: php try json decode and check 
Php :: convert array to IlluminateHttpRequest 
Php :: laravel where 2 column 
Php :: php implode associative array 
Php :: get node url from twig 
Php :: laravel use controller function in another controller 
Php :: transaction laravel 
Php :: preg_replace allow spaces 
Php :: php array serialize 
Php :: how to wirte laravel dd function in php 
Php :: Gravity Form Shortcode Wordpress 
Php :: php iterate through a loop 
Php :: if home else php wordpress 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =