Re: [CentOS] PHP and PHP53 on CentOS5

2012-05-02 Thread Mihamina Rakotomandimby
On 05/01/2012 06:14 PM, Max Pyziur wrote: > Can someone offer their experience/advice in this regard? > > If I execute the command > # yum install php53\* > > ... will this just install php53 and remove php-* packages? Depending on your means, you could also install a virtual machine (KVM, Virtua

Re: [CentOS] PHP and PHP53 on CentOS5 - PROBLEM

2012-05-01 Thread Jesus del Valle
> > > I would appreciate seeing your notes. > > there are the IUS repos for PHP53. With those you can yum > install squirrelmail, drupal6, phpmyadmin. > > I *did* install PHP53 from the IUS repository ( along with other > supporting php packages), and html-enabled email (the capability to > compos

Re: [CentOS] PHP and PHP53 on CentOS5 - PROBLEM

2012-05-01 Thread Max Pyziur
>> >> > After I install php53 and other supporting php53 components, I tried >> installing squirrelmail, drupal6, and phpmyadmin via yum install. >> >> However, they fail to install because of dependency issues. >> >> Hi Max. You can wget Drupal from source, you don't need yum for this. >> Same > f

Re: [CentOS] PHP and PHP53 on CentOS5 - PROBLEM

2012-05-01 Thread Jesus del Valle
> > > After I install php53 and other supporting php53 components, I tried > installing squirrelmail, drupal6, and phpmyadmin via yum install. > > However, they fail to install because of dependency issues. > > Hi Max. You can wget Drupal from source, you don't need yum for this. Same for squirrelm

Re: [CentOS] PHP and PHP53 on CentOS5 - PROBLEM

2012-05-01 Thread Max Pyziur
Greetings, I just tried this. In the process drupal6, squirrelmail, and phpmyadmin are removed because of dependencies. After I install php53 and other supporting php53 components, I tried installing squirrelmail, drupal6, and phpmyadmin via yum install. However, they fail to install because of

Re: [CentOS] PHP and PHP53 on CentOS5

2012-05-01 Thread Jesus del Valle
> > > Can someone offer their experience/advice in this regard? (remove php, > install php53, CentOS 5) > > Hi. I did exactly this about a year ago under CentOS 5.6. I just had a look at my notes: yum install yum-utils (for package-cleanup) yum remove php php-common # These below were installed ov

Re: [CentOS] PHP and PHP53 on CentOS5

2012-05-01 Thread Max Pyziur
> > -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Max Pyziur > Sent: 17 April 2012 16:03 > To: CentOS mailing list > Subject: Re: [CentOS] PHP and PHP53 on CentOS5 > >> Much thanks for all of the repli

Re: [CentOS] PHP and PHP53 on CentOS5

2012-04-17 Thread Regendoerp, Achim
-Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Max Pyziur Sent: 17 April 2012 16:03 To: CentOS mailing list Subject: Re: [CentOS] PHP and PHP53 on CentOS5 > Much thanks for all of the replies. > > My sense, then, from a

Re: [CentOS] PHP and PHP53 on CentOS5

2012-04-17 Thread Max Pyziur
> On 04/17/2012 12:18 AM, Max Pyziur wrote: >> Greetings, >> >> We have someone requesting the use of Wordpress 3.3.1. It requires PHP >> 5.2 >> minimum. >> >> Currently, our machine is running CentOS 5.7. >> >> >> What are the issues/concerns in upgrading from PHP 5.1 (the current PHP >> rpms) to

Re: [CentOS] PHP and PHP53

2012-04-17 Thread Peter Hopfgartner
On 04/17/2012 12:18 AM, Max Pyziur wrote: > Greetings, > > We have someone requesting the use of Wordpress 3.3.1. It requires PHP 5.2 > minimum. > > Currently, our machine is running CentOS 5.7. > > > What are the issues/concerns in upgrading from PHP 5.1 (the current PHP > rpms) to PHP53? > We hav

Re: [CentOS] PHP and PHP53

2012-04-17 Thread Johnny Hughes
On 04/16/2012 11:49 PM, dnk wrote: > I myself am running: > > > httpd-2.2.22 > php-5.2.17 > mysql-server-5.1.58 I want to point out here that 5.2.17 is the last release of the 5.2 branch and that it is NOT being updated for security by php.net any more. There are already unpatched vulnerabilities

Re: [CentOS] PHP and PHP53

2012-04-16 Thread Eero Volotinen
it also available from ius community repo -- Eero 2012/4/17 dnk : > I myself am running: > > > httpd-2.2.22 > php-5.2.17 > mysql-server-5.1.58 > > from Jason Litka's (utterramblings) repo. > > http://www.jasonlitka.com/yum-repository/ > > No issues here. > > D > > > On 2012-04-16, at 3:18 PM, Max

Re: [CentOS] PHP and PHP53

2012-04-16 Thread Mihamina Rakotomandimby
On 04/17/2012 01:18 AM, Max Pyziur wrote: > > Greetings, > > We have someone requesting the use of Wordpress 3.3.1. It requires PHP 5.2 > minimum. > Currently, our machine is running CentOS 5.7. What about the IUS repository listed here http://wiki.centos.org/AdditionalResources/Repositories ?

Re: [CentOS] PHP and PHP53

2012-04-16 Thread alikhan damirov
There are not any problems. On my server: # rpm -qa | grep php php-pecl-memcache-3.0.5-3.el6.x86_64 php-xml-5.3.3-3.el6_2.6.x86_64 php-5.3.3-3.el6_2.6.x86_64 php-pear-1.9.4-4.el6.noarch php-pgsql-5.3.3-3.el6_2.6.x86_64 php-gd-5.3.3-3.el6_2.6.x86_64 php-soap-5.3.3-3.el6_2.6.x86_64 php-common-5.3.3-

Re: [CentOS] PHP and PHP53

2012-04-16 Thread dnk
I myself am running: httpd-2.2.22 php-5.2.17 mysql-server-5.1.58 from Jason Litka's (utterramblings) repo. http://www.jasonlitka.com/yum-repository/ No issues here. D On 2012-04-16, at 3:18 PM, Max Pyziur wrote: > > Greetings, > > We have someone requesting the use of Wordpress 3.3.1. It