Re: [PHP] configuring the CLI version of PHP

2005-12-08 Thread jonathan
so the web server is running 5.0.4 and the cli version is running 4.3.11. Is there an easy way for me to switch the cli version to the web version without a recomplie? -jonathan On Dec 6, 2005, at 1:10 AM, Marco Kaiser wrote: Hi Jonathan, /usr/bin/php /usr/include/php /usr/lib/php How w

Re: [PHP] configuring the CLI version of PHP

2005-12-06 Thread Marco Kaiser
Hi Jonathan, /usr/bin/php > /usr/include/php > /usr/lib/php > > How would I know which version in which? "which php" should tell where your phpcli binary are. php -v should tell you which php version you are running. -- Marco Kaiser