Need someone to update my php to 5.3 [paid]

Status
Not open for further replies.

Mindy

Active Member
2,461
2011
1,544
100
I have a CentOS 5.5 32bit server with php 5.2 but need 5.3 - I've tried everything I can and still get errors. My server isn't supported so they suggested I go to php forum, but I have no idea what I'm doing. If you think you can really fix this, let me know what you want to charge - I'm only paying if you actually upgrade it.

Here's what I get when I try:


Excluding Packages in global exclude list
Finished
Setting up Update Process
No Packages marked for Update
 
13 comments
Hello,

the new version of CentOS (5.6) do include php 5.3
you can install it from

yum -y install php53 php53-devel php53-mysql

etc...


Highest Regards
Mohammed H
 
I think I did that already...I tried to anyway. I'll try again later, but if I'm not successful, is there anyone who wants to try?


2011-05-28 23:09:43 (489 KB/s) - `remi-release-5.rpm.1' saved [4974/4974]

[root@server ~]# rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm
warning: remi-release-5.rpm: Header V3 DSA signature: NOKEY, key ID 00f97f56
warning: epel-release-5-4.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6
Preparing... ########################################### [100%]
package epel-release-5-4.noarch is already installed
package remi-release-5-8.el5.remi.noarch is already installed
[root@server ~]# yum --enablerepo=remi update php
Loaded plugins: fastestmirror, replace
Loading mirror speeds from cached hostfile
* addons: mirror.nl.leaseweb.net
* atomic: www7.atomicorp.com
* base: mirror.nl.leaseweb.net
* extras: mirror.nl.leaseweb.net
* ius: mirrors.ircam.fr
* remi: remi-mirror.dedipower.com
* rpmforge: ftp-stud.fht-esslingen.de
* updates: centos.mirror.transip.nl
remi | 2.5 kB 00:00
remi/primary_db | 249 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Update Process
No Packages marked for Update
 
Anything can practically run on PHP 5.2.x

I wouldn't run or recommend PHP 5.3.x as it has broke some scripts I've used.

If you're running cPanel; EasyApache update has PHP 5.3.x support.

If not, someone above can help you or I don't mind taking a look.
 
This is what I got when I tried to follow that tutorial

Last login: Sun May 29 00:11:21 2011 from ool-4579f315.dyn.optonline.net
[root@server ~]# wget http://rpms.famillecollet.com/el5.i386/remi-release-5-6.el5.remi.noarch.rpm
--2011-05-29 03:28:53-- http://rpms.famillecollet.com/el5.i386/remi-release-5-6.el5.remi.noarch.rpm
Resolving rpms.famillecollet.com... 88.191.74.232, 2a01:e0b:1:74:2e0:f4ff:fe1b:b827
Connecting to rpms.famillecollet.com|88.191.74.232|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-05-29 03:28:53 ERROR 404: Not Found.

[root@server ~]# rpm -Uvh remi-release-5*.rpm
Preparing... ########################################### [100%]
package remi-release-5-8.el5.remi.noarch is already installed
[root@server ~]# /etc/yum.repos.d/remi.repo
-bash: /etc/yum.repos.d/remi.repo: Permission denied
 
Run these commands

Code:
rpm -ivh http://repo.webtatic.com/yum/centos/5/`uname -i`/webtatic-release-5-2.noarch.rpm

Code:
yum --enablerepo=webtatic update php*

Code:
service httpd restart
 
thanks to everyone who helped me!!!! <--- I know I'm not supposed to use more than one ! but I really appreciate the help. :)
 
Status
Not open for further replies.
Back
Top