Search
 
SCRIPT & CODE EXAMPLE
 

PHP

upgrade php7 to php 8 xampp

Go to this link https://sourceforge.net/projects/xampp/ and download the zip file which at the time of this tutorial is /XAMPP Windows/8.0.11/xampp-portable-windows-x64-8.0.11-0-VS16.zip
Step 2. Extract php folder from the zip file
Step 3. Place the php folder in the Xampp folder 
Step 4. Open the XAMPP Control Panel and click the config button
Step 5. Click the Config Button next to apache
Choose the option Apache(httpd-xampp.conf), It will open the configuration file httpd-xampp.conf and change the lines highlighted from php 7 to 8. Be sure to change all the lines with php7_module to php_module throughout the file.
Step 6. Save and restart Apache
  
  Reference link : https://wecode101.com/upgrade-xampp-from-php-7-to-8-windows-10
Comment

PREVIOUS NEXT
Code Example
Php :: openssl encrypt php with key 
Php :: wp_get_attachment_url 
Php :: strtotime to date php 
Php :: laravel request password validation rule 
Php :: laravel controller update 
Php :: template literals php 
Php :: laravel seeding with relationships 
Php :: laravel migration table bigint 
Php :: guzzle get request 
Php :: wordpress single post template 
Php :: Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in 
Php :: get nearby from longitude and latitude in laravel 
Php :: php showing code in browser 
Php :: SMTP - ERROR: Failed to connect to server: Connection refused (111)SMTP Connect() failed. 
Php :: remove scientific notation number format in php 
Php :: phpspreadsheet CellProtection 
Php :: Unable to locate package php7.4 for kali 2021 
Php :: laravel many to many relation update 
Php :: currency format in laravel 
Php :: laravel activity log package 
Php :: foreign key in php 
Php :: check what kind of file was uploaded php 
Php :: sub menu for post type in wordpress 
Php :: make exception laravel 
Php :: php knoww if array has duplicate values 
Php :: export to excel in php 
Php :: php get char from string position 
Php :: laravel database seeder 
Php :: install php pdo mysql PHP5.6 alpine-apache 
Php :: show one value after point php 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =