Answers for "how to run multiple versions of php in windows 10 using xampp"

PHP
0

install multiple php versions windows xampp

ScriptAlias /php56 "C:/xampp/php56"
Action application/x-httpd-php56-cgi /php56/php-cgi.exe
<Directory "C:/xampp/php56">
    AllowOverride None
    Options None
    Require all denied
    <Files "php-cgi.exe">
        Require all granted
    </Files>
</Directory>
Posted by: Guest on June-12-2020

Code answers related to "how to run multiple versions of php in windows 10 using xampp"

Browse Popular Code Answers by Language