logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Using different PHP installation for one application Page Previous  1, 2
Author
gijs



Joined: 27 Apr 2012
Posts: 189
Location: The Netherlands

PostPosted: Thu 06 Feb '14 18:09    Post subject: Reply with quote

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... Embarassed

Now I'm running PHP 5.5 and 5.4 at the same time within the same virtual host Smile
Back to top


Reply to topic   Topic: Using different PHP installation for one application View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules Page Previous  1, 2