Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Using different PHP installation for one application |
Page Previous 1, 2 |
Author |
|
gijs
Joined: 27 Apr 2012 Posts: 189 Location: The Netherlands
|
Posted: Thu 06 Feb '14 18:09 Post subject: |
|
|
I've actually got it to work with:
Code: | <Files ~ "\.php$">
Options Indexes FollowSymLinks ExecCGI
AddHandler fcgid-script .php
FcgidWrapper "C:/Progra~2/PHP54/php-cgi.exe" .php
</Files> |
It loads the PHP ini and all the exe's from the same folder but I forgot to update the folders inside php.ini which caused trouble...
Now I'm running PHP 5.5 and 5.4 at the same time within the same virtual host  |
|
Back to top |
|
|
|
|
|
|