| 
	
 | 
 Posted by Rik on 07/22/07 22:19 
On Sun, 22 Jul 2007 23:55:05 +0200, Reporter <TruckSafety@gmail.com> wro= 
te: 
 
> When I try to run my XAMPP Windows Version of the PHP command line 
> (php.exe), I get the following error message -- "This application has 
> failed to start because intl3_svn.dll was not found." 
> 
> I looked at some of the batch files that some from XAMPP.  They all 
> use a -n command line argument when they run PHP from a command line. 
> I tried it and this seems to fix the problem, but I can't find any 
> documentation on this anywhere. 
 
 
Actually searching for 'commandline' would help... 
http://nl2.php.net/features.commandline 
 
Or you could simply: 
php -h 
 
To get the list with possible arguments. 
 
> Also, when I run php.exe, how does it know whether to run PHP 4 or PHP= 
 
> 5. 
 
Been a while since I used XAMPP, go to their forums to ask this. 
Oh wait, a search that took me a whole 20 seconds: 
 
http://www.apachefriends.org/f/viewtopic.php?t=3D21477&highlight=3Dcli 
Just use the correct CLI: 
- PHP5 is in "\xampp\php\" 
- PHP4 is in "\xampp\php\php4\" 
 
-- = 
 
Rik Wasmus
 
[Back to original message] 
 |