From: Kevin <ke...@dr...> - 2005-12-09 16:08:39
|
> This will sound like a stupid question, but if I have > multiple php installations, how can I tell which php binary > is being invoked by apache (i.e., which search path does > apache use)? I usually create a page called phpinfo.php with the following contents: <?php phpinfo(); ?> It outputs all sorts of info reguarding the php environment including version, variables, constants, loaded modules, etc. Very useful. --=20 Kevin |