Where does apache and php get thier information from?
Sun OS 5.9
PHP 4.3.7
If I type (from a command line) php -i |more I get a web page created that show I have php 4.3.7 installed with all of the options that I used to configure.
If I create a web page with
<?php
phpinfo();
?>
I get a web page that shows php version 4.3.0 with the old config.
I recently attempted to upgrade php from ver 4.3.0 to 4.3.7.