Search
 
SCRIPT & CODE EXAMPLE
 

PHP

downgrade php 7.4 to 7.3 mac

#Install php version 7.3
brew install php@7.3
#Install the required PHP to your PATH
echo 'export PATH="/usr/local/opt/php@7.3/bin:$PATH"' >> ~/.bash_profile
echo 'export PATH="/usr/local/opt/php@7.3/sbin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
#Check Version
php --version
#Show you where your ini file is loaded
php --ini
Comment

brew downgrade php 8 to 7.4

$ brew unlink php@7.1
$ brew link php@7.4 --force --overwrite
Comment

PREVIOUS NEXT
Code Example
Php :: back() with errors in laravel 
Php :: get full url php 
Php :: yii2 migration add column 
Php :: the requested PHP extension curl is missing from your system. 
Php :: php 3 days after 
Php :: php get file created date 
Php :: wp_debug log 
Php :: if post php 
Php :: Warning: Cannot modify header information - headers already sent by (output started at C:xampphtdocsheermatkamyprofile.php:48) in C:xampphtdocsheermatkamyprofile.php on line 144 
Php :: autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. 
Php :: laravel where created_at today 
Php :: laravel storage hard link 
Php :: php error reporting all 
Php :: laravel running a specific migration on different path 
Php :: php console log 
Php :: Your requirements could not be resolved to an installable set of packages. 
Php :: ERROR 1071 (42000) at line 76: Specified key was too long; max key length is 767 bytes laravel 
Php :: php convert spaces to underscores 
Php :: image acf 
Php :: change php version on mac 
Php :: image dimension when uploading in laravel validation 
Php :: find word in text in laravel 
Php :: hide php extension in url 
Php :: select join distinct 
Php :: laravel migration remove column 
Php :: php exec shell command 
Php :: add leading zeros in php 
Php :: is number divisible by 3 php 
Php :: calcolo iva php 
Php :: php compare string 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =