One way coul be to set different file endings to the php files and define different handlers to each file ending.
E.g.:
- All files ended with *.php have the FastCgiModule "C:\Program Files (x86)\PHP\v5.3\php-cgi.exe".
In the v5.3 you have the first version of wincache.
- Alle files ended with *.php4 have the FastCgiModule "C:\Program Files (x86)\PHP\v5.4\php-cgi.exe".
In the v5.4 you have the second version of wincache.
The negative aspect is to rename some of you project fileendings that have to be php4.
1 Post
Re: One Site, two version of PHP and Wincache
Apr 01, 2014 06:50 AM|montevagino|LINK
Hello,
One way coul be to set different file endings to the php files and define different handlers to each file ending.
E.g.:
- All files ended with *.php have the FastCgiModule "C:\Program Files (x86)\PHP\v5.3\php-cgi.exe".
In the v5.3 you have the first version of wincache.
- Alle files ended with *.php4 have the FastCgiModule "C:\Program Files (x86)\PHP\v5.4\php-cgi.exe".
In the v5.4 you have the second version of wincache.
The negative aspect is to rename some of you project fileendings that have to be php4.
Greets,
Rene