Hello I use ispconfig on OpenSuse11 I wanted to reinstall php5.2.6 manually. and I installed it without problem. But when I check whether it reinstalled with <?php phpinfo() ?> command I could not see new installation. it still works old php5.2 How can I correct that ? Thanks
when I check php installation. it comes with old features. first I need to specify that php5.2.6 was already installed before. Namely, the version of php didn't change. But first installation came with yast I wish to privatize the settings. So I installed php5.2.6 as manual ; cd php5.2.6 ./configure options ... ... ... make make install I didn't get any error during the reinstallation. But when I check php installation. it comes with old features.
Thank you I had restarted apache but . while I was installing php5, it gave an error which I didn't see. Now I corrected the error after that I reinstalled php5 and restarted apache2. php5.2.6 with the new configuration has been installed.