Answers for "i downloaded xampp but am seeing different version of phpp"

PHP
0

install multiple php versions windows xampp

<VirtualHost localhost56:80>
    DocumentRoot "C:xampphtdocs56"
    ServerName localhost56
    <Directory "C:xampphtdocs56">
        Require all granted    
    </Directory>
    <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 "i downloaded xampp but am seeing different version of phpp"

Browse Popular Code Answers by Language