install multiple php versions windows xampp
Listen 8056
<VirtualHost *:8056>
<FilesMatch ".php$">
SetHandler application/x-httpd-php56-cgi
</FilesMatch>
</VirtualHost>
install multiple php versions windows xampp
Listen 8056
<VirtualHost *:8056>
<FilesMatch ".php$">
SetHandler application/x-httpd-php56-cgi
</FilesMatch>
</VirtualHost>
update php version in xampp
Take a backup of your htdocs and data folder (subfolder of MySQL folder), reinstall upgraded version and replace those folders.
Note: In case you have changed config files like PHP (php.ini), Apache (httpd.conf) or any other, please take back up of those files as well and replace them with newly installed version.
install multiple php versions windows xampp
SetEnv PHPRC "\path\to\xampp\php"
install multiple php versions windows xampp
<Directory "C:xampphtdocsmy_old_project1">
<FilesMatch ".php$">
SetHandler application/x-httpd-php56-cgi
</FilesMatch>
</Directory>
<Directory "C:xampphtdocsmy_old_project2">
<FilesMatch ".php$">
SetHandler application/x-httpd-php56-cgi
</FilesMatch>
</Directory>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us