Page 1 of 1

Different PHP versions as apache module and CLI

PostPosted: 31. March 2008 21:56
by GetFree
I have LAMPP with apache 2.0 and PHP 4/5.
I enabled PHP 5 using the following command:
./lampp php5

which worked fine.

But when I run PHP from the command line it says it is version 4.

How can I use php 5 in the command line too ??


Thanks in advance.