From: Katie B. <ka...@ho...> - 2005-12-09 16:00:27
|
On Fri, Dec 09, 2005 at 08:09:52AM -0700, Kevin wrote: > What version of php do you use? It depends who you ask. :) # /usr/local/bin/php -v PHP 4.3.4 (cgi) (built: Feb 19 2004 11:57:32) Copyright (c) 1997-2003 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies # /usr/bin/php -v PHP 4.4.0-2 (cli) (built: Sep 12 2005 06:34:00) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies (The 4.4.0-2 version is the one corresponding to a Debian package.) # which php /usr/local/bin/php # which php4 /usr/bin/php4 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)? -- Katie Bechtold http://hoteldetective.org/ |