Search
 
SCRIPT & CODE EXAMPLE
 

PHP

a2dismod php 8.0

# From PHP 7.1 => PHP 5.6

#Apache
sudo a2dismod php7.1
sudo a2enmod php5.6
sudo service apache2 restart
 
 #command Line
 sudo update-alternatives --set php /usr/bin/php5.6
Comment

PREVIOUS NEXT
Code Example
Php :: how to use old for select in blade laravel 
Php :: check if ajax request php 
Php :: laravel firstorfail 
Php :: laravel get current domain 
Php :: laravel random query 
Php :: laravel migrate fresh and seed 
Php :: PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: 
Php :: php replace return character 
Php :: grep only in php files 
Php :: php curl timeout 
Php :: command laravel for php artisan make :auth 
Php :: ubuntu install php mongodb extension 
Php :: view a pdf file in the browser using the php header function 
Php :: curl follow redirect php 
Php :: php save array to file 
Php :: php get referrer 
Php :: mac use php@7.4 
Php :: get cart page url in woocommerce 
Php :: php timezone asia dhaka 
Php :: laravel storage check file exists 
Php :: php array in cookie 
Php :: php program to validate phone number using regular expression 
Php :: make a forign key in migrations using laravel 8 
Php :: first character uppercase php 
Php :: php get only numbers from string 
Php :: php get day from date 
Php :: php find word in string 
Php :: fopen(F:xampphtdocsEscubydustoragefonts//themify_normal_f60486608aadd4e36c92c9895f99838f.ufm): failed to open stream: No such file or directory 
Php :: php sha256 example 
Php :: logout php 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =