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/27/04

MJ wrote:

>Hi,
>As per the phpinfo.php the original installation was with "./configure'
>'--with-mysql=/usr/local/' '--with-config-file-path=/web/conf'
>'--with-apache=../apache_1.3.27/' '--enable-track-vars' , now adding new
>thing "--with-apxs" will not effect the exiting sites? As I have several
>live sites running on this server.
>
>Many Thanks,
>MJ
>
If the original configuration did not use apxs then it was compiled into
Apache httpd, not as a module. In this case you will need to recompile
Apache httpd too, or it will continue to use the older version.

As with all things, it is best to try out changes on a test/development
server and not live, just in case something does not go right.

HTH
Chris