Forum Moderators: phranque
php -v , PHP 4.3.10 (cli) (built: Apr 23 2005 04:10:27)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
and also, when I ran: which php, /usr/bin/phpbut I can see that there is also /usr/bin/php5 there. And if I write: php5 -v, I get: PHP 5.0.3 (cgi) (built: Apr 23 2005 08:18:44)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.3, Copyright (c) 1998-2004 Zend Technologies
Is there something in the Apache configuration file that I must change so that Apache will use Php5 only? Thank you!