Hi, In our server CentOS 5 is installed. Some of our web pages are compatible with php4 but in centOS 5 , php5 is installed and we cannot see our pages. I want to remove php5 and install php4 but i could not find php4 rpm for CentOS 5. Can anybody help me? Thanks Can ?izer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20071018/a5b9237f/attachment-0004.html>
Can Cizer wrote:> In our server CentOS 5 is installed. Some of our web pages are > compatible with php4 but in centOS 5 , php5 is installed and we cannot > see our pages. > I want to remove php5 and install php4 but i could not find php4 rpm > for CentOS 5. Can anybody help me?depending on what you are trying to achieve, consider setting up a Xen c4 instance inside the c5 host.
Can Cizer wrote:> > Hi, > > In our server CentOS 5 is installed. Some of our web pages are > compatible with php4 but in centOS 5 , php5 is installed and we cannot > see our pages. > I want to remove php5 and install php4 but i could not find php4 rpm > for CentOS 5. Can anybody help me?Fix you pages to work with PHP5 as well as PHP4, it should be pretty easy.> > Thanks > > Can ?izer > ------------------------------------------------------------------------ > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-- John Allen mailto:john.allen at codemountain.net CodeMountain http://www.codemountain.net Ubuntu 7.04, kernel 2.6.20-16-generic up 6 days, 23:51, 16 users, load average: 0.98, 0.88, 0.95
Can Cizer wrote:> > Hi, > > In our server CentOS 5 is installed. Some of our web pages are > compatible with php4 but in centOS 5 , php5 is installed and we cannot > see our pages. > I want to remove php5 and install php4 but i could not find php4 rpm > for CentOS 5. Can anybody help me? > > Thanks > > Can ?izerPHP 4 will no longer be supported soon and most scripts have been updated to work on PHP 5. If you still insist on using PHP 4 you can always download and build it from source. Use the checkinstall script and you can even make your own RPMs.