Answers for "php install multiple version windows 10"

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 "php install multiple version windows 10"

Browse Popular Code Answers by Language