Floyd Miller wrote:
>
> I have upgraded from apache 1.3.19 to 1.3.20 and recompiled and
> installed PHP 4.0.6
> but phpinfo() still reports the Apache version as 3.1.19. Running httpd
> -v reports
> 1.3.20. Where does phpinfo() get its information from and why wouldn't
> it be undated?
>
> Thanks.
Hi,
>From my experience, phpinfo (or the PHP module) remembers some
information about itself and the apache from the previous build. If you
want phpinfo to show the exact information, before "make" use "make
clear". Then phpinfo will show the correct information.
This also happens when you add some configuration option (ex.
--with-something) and do just "make". Then phpinfo won't show this new
optin in the Configure Command in phpinfo. But if you use make clear and
make, everything is shown correctly.
Martin
--
Martin Pavlas
ParsCom IS s.r.o.
http://www.parscom.cz
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]