LAMP - version updates and the impact!


 
Thread Tools Search this Thread
Top Forums Web Development LAMP - version updates and the impact!
# 1  
Old 05-12-2011
LAMP - version updates and the impact!

Hello All,

I have a LAMP server (CentOS 5.5) which has a lot of php scripts and the php pages runs fine. My question is if I have to allow the OS udpates regularly on the server, will there be any problems in running the existing php scripts? Please advise if my apache/mysql/php functionality will break !?

Below are my versions..


Code:
[root@ilan tmp]# httpd -v
Server version: Apache/2.2.3
Server built:   Apr  4 2010 17:18:37
[root@ilan tmp]# mysql -V
mysql  Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (x86_64) using readline 5.1
[root@ilan tmp]# php -v
PHP 5.1.6 (cli) (built: Mar 31 2010 02:39:17)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
    with XCache v1.3.0, Copyright (c) 2005-2009, by mOo


Thanks a lot in advance! - ilango

Last edited by pludi; 05-13-2011 at 07:34 AM..
# 2  
Old 05-13-2011
Usually nothing bad should happen, since all long-term distributions (CentOS, Ubuntu LTS, Debian Stable, ...) do not automatically upgrade a package to a different version, but only apply bug- and security fixes. So PHP (for example) will get bugfixes while still available, but it won't be upgraded to 5.2.x or 5.3.x.
# 3  
Old 05-16-2011
Hi Pludi,

Thanks for your prompt reply. I did a test today on another server.. On CentOS 5.3 64 bit OS, after yum update.. all the major versions of all the above mentioned packages are maintained in their latest versions only except that Mysql version changed to 5.0.77
So, I think the last numbers in the package version could change which I believe is the updates to the packages. I'll try with a CentOS5.5 server later and update you..

/ilan
# 4  
Old 05-17-2011
For many packages, the numbering scheme is major.minor.patch (sometimes named differently). An increase in the major number means large changes in the way it is configured, works, and the API. A minor number increase usually means feature enhancements that might or might not break existing applications. Most projects release a new patch version as soon as there are a certain amount of non-essential bug-fixes or an important security fix included.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

LAMP Sever

How do I install a LAMP server on a new installation of Debian 9 using the lalest versions of AMP? Here is what I have. Corrections please. MYSQL apt-get install mysql-server mysql-client You can verify the MySQL server status using command: systemctl status mysql ------- PHP7... (0 Replies)
Discussion started by: Meow613
0 Replies

2. HP-UX

LAMP Installation On HP-UX

Dear Folks, How to Install LAMP on HP-UX system. Please Guide. Regards, KRISHNA (2 Replies)
Discussion started by: krishna.lu
2 Replies

3. Programming

Lamp tutorial

Hello All, I need a good lamp(linux, apache, mysql, php) tutorial for web development. I searched in net but not finding suitable one. suggest me something. (3 Replies)
Discussion started by: amisubha
3 Replies

4. Web Development

Building LAMP server from scratch (build a server with compiled LAMP from CentOS mini)

Hello everyone, I would like to setup a lamp server from a minimal distro and to compile PHP, MySQL and Apache myself. I have chosen CentOS minimal for the OS and I am trying to build the stack by hand... But well, it appears I need some help! First: I am looking for good and recent... (3 Replies)
Discussion started by: freddie50
3 Replies

5. Solaris

Need LAMP tutorial!

Hello Everybody, Does anybody know or recommend me a tutorial for LAMP server on Solaris 10 x86? (3 Replies)
Discussion started by: ahmedamer12
3 Replies

6. Web Development

lamp performance

Hi all, My company run a CMS (typo3) on LAMP on RH linux. Basically all users have same typo3 page as home page and thousands of users starts their browser every morning causing server very slow or even to hang (swap full because of too many apache processes).. 99% of the traffic is this... (13 Replies)
Discussion started by: manifesto
13 Replies

7. UNIX for Dummies Questions & Answers

LAMP configuration

Hi there, I've got a debian 3.1r4 half working (no x yet :P) I need some pointers for installing a Apache - MySQL - PHP configuration on my box, and set them up to work together. I know to use vim a bit :) I would like something that is similar to tanguay.at, or even simpler, since I'm a real... (1 Reply)
Discussion started by: izua
1 Replies

8. AIX

unix updates- Where can I find unix updates online for IBM servers?

I have a Unix based server running Sagitta and the server is giving me an error of 4b10004 and my research tells me this is an EPROM issue, which means the processor needs to be flashed or repaired. Once up and running where can I go to get updates for Unix? (1 Reply)
Discussion started by: crainer
1 Replies
Login or Register to Ask a Question