right now i am using php4.3.10 version and i want to switch on php 4.4.4 or 4.4.5 version. i am trying to upgrate my php version but after installation my phpinfo() page show me again php 4.3.10. can anybody tell me that what can i do for upgrating my php version.
PHP 4.4.4 and PHP 4.4.5 are still releases in the PHP 4 release series. If you want to upgrade from PHP 4.3.10 to PHP 4.4, then you might as well upgrade to PHP 4.4.8 instead of PHP 4.4.5. However, in less than 12 weeks (yes, weeks), PHP 4.4.8 will no longer be officially supported at all, not even to fix major security problems, so you might as well upgrade to the PHP 5.2 series, e.g., PHP 5.2.6.
If you are interested in doing this, it may be best to uninstall PHP and then follow the instructions for installing PHP 5 as given in the Install forum. Your scripts may break, especially if they rely on settings that were the default in PHP 4 (e.g., register_globals being on).