Hello, I am using the following versions of Apache, php and mysql please recommend me whether to update the versions or not. [root@server ~]# httpd -v Server version: Apache/2.2.15 (Unix) Server built: Jul 10 2010 06:33:16 Cpanel::Easy::Apache v3.2.0 rev5152 [root@server ~]# php -v PHP 5.2.13 (cli) (built: Jul 10 2010 06:38:36) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator with the ionCube PHP Loader v3.3.20, Copyright (c) 2002-2010, by ionCube Ltd., and with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies with Suhosin v0.9.31, Copyright (c) 2007-2010, by SektionEins GmbH [root@server ~]# mysql -v Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 534091 Server version: 5.0.91-community-log MySQL Community Edition (GPL) Reading history-file /root/.mysql_history Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. Please suggest me which I should update, i faced Intermittent Connectivity issue couple of times. -With Regards.
Nope looking good. There are newer version of php and apache... But i wouldn't recommend them yet. Php 5.3.3 tends to deprecate a lot of things.. Causing Many scripts to not work. And the latest Apache... Has some its own issues.
If you won't follow php upgrades some day you will find you software needs to be rewritten from scratch for new php version. There are a lot of things marked obsolete in php-5.3, but many of them still work and you can upgrade your code without hurry. Many of sites will continue working after upgrade to 5.3. Probably you should disable displaying errors on your pages.