Search
 
SCRIPT & CODE EXAMPLE
 

PHP

command to downgrade php version to 7.4

sudo apt install -y php7.4-cli php7.4-dev php7.4-pgsql php7.4-sqlite3 php7.4-gd php7.4-curl php7.4-memcached php7.4-imap php7.4-mysql php7.4-mbstring php7.4-xml php7.4-imagick php7.4-zip php7.4-bcmath php7.4-soap php7.4-intl php7.4-readline php7.4-common php7.4-pspell php7.4-tidy php7.4-xmlrpc php7.4-xsl php7.4-opcache php7.4-apcu
Comment

downgrade php version

1. Open xampp site https://www.apachefriends.org/
2. Click on download other versions > Select more version
3. Download your the version you want in zip format (and un zip)
4. Stop xampp (apachi and mysql) and Go to your old xampp
5. rename apachi folder and php folder and copy only these two folders from unzip folder
6. open new php folder > open php.ini file in editer 
7. search: extension_dir = "xamppphpext"
8. replace: extension_dir = "C:xamppphpext"
9. start your xampp and check php -v
Comment

PREVIOUS NEXT
Code Example
Php :: create new record via model in laravel 
Php :: php configuration in apache server 2.4 
Php :: compact laravel 
Php :: change or set post type wordpress 
Php :: remove space and line from json in php 
Php :: sum two numbers in php 
Php :: php api 
Php :: custom pagination in laravel 
Php :: php sort by key 
Php :: return ob_start 
Php :: get diff array php 
Php :: get current user in symfony 
Php :: php artisan serve stop 
Php :: wp-config.php 
Php :: compare two datetime php 
Php :: js php number format space 
Php :: laravel migration mediumtext length 
Php :: loginByUserID in conrete 
Php :: laravel transactions eloquent 
Php :: How I can generate the unique transaction ID in laravel 8 
Php :: validar tipo de imagen php 
Php :: laravel_login1 
Php :: filament make resource 
Php :: laravel digits between does not working 
Php :: how to back the page laravel where the scorll is 
Php :: register_uninstall_hook 
Php :: tinker laravel 8 
Php :: required_unless laravel 
Php :: convertidos de 24 12 hr php 
Php :: In QueryRecorder.php line 22: Argument 2 passed to FacadeIgnitionQueryRecorderQueryRecorder::__construct() must be of the type bool, null given, 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =