howto upgrade to php 4.3.10 en according zend...

Support/Development for PHP
niels
New Forum User
New Forum User
Posts: 2
Joined: Wed Dec 22, 2004 9:31 am

howto upgrade to php 4.3.10 en according zend...

Unread post by niels »

can some one explain me how to upgrade my php to the stable version, i read already some topics about it and i know i also have to upgrade my zend software...
Galactic Zero
Forum Regular
Forum Regular
Posts: 471
Joined: Mon Dec 06, 2004 10:43 pm

Unread post by Galactic Zero »

for php, yum update php, for up2date update --nosig php

There are other threads with the instructions to update zend.
Franklyn Halamka
Still learning my way around Linux Security.
http://www.galacticzero.net
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

I sign the rpms now with my GPG key, so provided you install it, you shouldnt need to use --nosig any more
Robinc

Unread post by Robinc »

The php is no problem, but is there a way of updating Zend with yum or up2date because i've tried this and none of the zend is found by up2date or yum...
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

not yet, although someone else was working on an rpm
dw

Unread post by dw »

How can I do this on PSA 6.0? I haven't upgraded to 7+yet.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

just upgrade it with yum, thats all it should take. The psa version doesnt make any difference really
Master Ruthless

Unread post by Master Ruthless »

Should be able to use yum to update php and then go here to get the zend optimizer:

http://www.zend.com/store/products/zend-optimizer.php

Installation is quite simple its as involved as running ./install.sh and answering a few questions regaurding paths to certain items.
dw

PSA 6.0

Unread post by dw »

For some reason the new php RPM is not showing up for me on the "atomic-psa" channel with yum.

Code: Select all

[root@s1 etc]# rpm -qa | grep php-4.3
php-4.3.3-art.rh73.2
here is the relevant part of my yum.conf

Code: Select all

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://archive.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/art/$releasever/
php does not show up when I run the command "yum list"..

Am I using the wrong channel? Should I just use the redhat update channel?

Sorry to be such a pain in the butt. :)
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Thats the right channel, but I dont support rh7.3 anymore
Post Reply