[CentOS] CentOS 5.7 PHP upgrade

Wed Oct 12 19:26:03 UTC 2011
m.roth at 5-cent.us <m.roth at 5-cent.us>

Ljubomir Ljubojevic wrote:
> Vreme: 10/12/2011 08:45 PM, m.roth at 5-cent.us piše:
>> dev at nkmo.com wrote:
>>> Sorry Mark, I started this upgrade project a few days ago and am
>>> stepping back to it now that I have a little more time. I tried the
>>> php53u package like eero suggested but the package could not be found
>>> still. I did a "yum search php" and there aren't ANY packages that
>>> start with php, the closest I have is phc which is the php compliler.
>>> We would love to be able to figure this out so we can run
>>> php.activerecord.
>>>
>> That's why I asked you to do a list, not search (I actually haven't used
>> the latter), with wildcards, to get *everything* that's got php in it.
>
> yum clean all
> then
> yum list *php*

clean all might be a good idea, but I always use escaped wildcards, so
there's no chance of shell interaction. Works fine fer me. Here's the
first bit of what I get:
php-domxml-php4-php5.noarch         1.21.2-1.el5                    epel
php53.x86_64                        5.3.3-1.el5_6.1                 base
php53-bcmath.x86_64                 5.3.3-1.el5_6.1                 base
php53-cli.x86_64                    5.3.3-1.el5_6.1                 base
php53-common.x86_64                 5.3.3-1.el5_6.1                 base
php53-dba.x86_64                    5.3.3-1.el5_6.1                 base
php53-devel.x86_64                  5.3.3-1.el5_6.1                 base
php53-enchant.x86_64                5.3.3-1.el5                     epel
php53-gd.x86_64                     5.3.3-1.el5_6.1                 base
php53-imap.x86_64                   5.3.3-1.el5_6.1                 base
php53-interbase.x86_64              5.3.3-1.el5                     epel
php53-intl.x86_64                   5.3.3-1.el5_6.1                 base
php53-ldap.x86_64                   5.3.3-1.el5_6.1                 base
php53-mapi.x86_64                   7.0.1-1.el5                     epel
php53-mbstring.x86_64               5.3.3-1.el5_6.1                 base
php53-mcrypt.x86_64                 5.3.3-1.el5                     epel

Don't feel like adding the other page or two of php53's.

          mark