Answers for "how to use multiple php versions in xampp at one time"

PHP
1

install multiple php versions windows xampp

Listen 8056
<VirtualHost *:8056>
    <FilesMatch ".php$">
        SetHandler application/x-httpd-php56-cgi
    </FilesMatch>
</VirtualHost>
Posted by: Guest on June-12-2020
0

install multiple php versions windows xampp

SetEnv PHPRC "\path\to\xampp\php"
Posted by: Guest on June-12-2020

Code answers related to "how to use multiple php versions in xampp at one time"

Browse Popular Code Answers by Language