Justtechjobs.com Find a programming school near you






Online Campus Both


php-install | 2004032

Re: [PHP-INSTALL] Upgrading PHP 4.3.1 to PHP 4.3.4 From: Chris Hewitt (g0pae <email protected>)
Date: 03/24/04

MJ wrote:

> Hi,
>
> I have been given a task by my management to upgrade PHP 4.3.1 to PHP
> 4.3.4 on a RedHat Linux 7.0 which has Apache and Mysql. The guy who
> had installed and was managing is no more with us. I don't have any
> idea about how it was installed and in which mode. Any help will be
> appreciated.
>
>
>
> MJ
>
I'd take a copy of php.ini. Then put a phpinfo.php file in you document
root (with "<?php phpinfo(); ?>" in it) and look at it with your
browser. At the top will be all the configure options used. Use the same
options for your php 4.3.4.

If possible, I suggest you use an rpm for RH7 to install it, but as
RH7.0 really is old now there may not be one available. If possible, I'd
be tempted to upgrade/reinstall RH too to get all the security updates.

HTH
Chris

HTH
Chris