I'm developing one web application, using PHP eclipse IDE. For an instance i want to switch from one PHP version to another version which resides in different location.
Below is my working environment :
1) Centos OS olması
OS centos yüklerken 2) PHP 5.1.6 zaten yüklü
3) PHP Üstü / usr / bin / yol yüklenir
4) I / opt / lampp içinde lampp yüklü
5) lampp bugünü PHP 5.2.6 sürümü
I want to configure local web server such that lampp should choose PHP 5.1.6 (which resides in /opt/lampp ) I am not aware of this switching of PHP version.
Please suggest me how should i configure this switching of PHP version in my local web server. Which configuration file should i choose for modifying this change.
Thanks a lot!
-Pravin