| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		rochesu -
 
  Joined: 06 Aug 2003 Posts: 10
 
  | 
		
			
				 Posted: Sat Aug 30, 2003 4:49 pm    Post subject: PHP documentation help | 
				      | 
			 
			
				
  | 
			 
			
				| I have downloaded the PHP binaries. Then i went on to the downloads of documentation. But, i find, the documentation downloads are all in ".bz2" format. How do i extract files from such an extension. Please help !!!!  :roll: | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		EvaStar -
 
  Joined: 17 Dec 2002 Posts: 62 Location: Ontario
  | 
		
			
				 Posted: Sat Aug 30, 2003 11:10 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				I asume you are using linux so use the following commands:
 
 
bunzip2 -d phpfilename.tar.bz2
 
 
(then use)
 
 
tar -xvf phpfilename.tar
 
 
 
phpfilename being the filename. | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		rochesu -
 
  Joined: 06 Aug 2003 Posts: 10
 
  | 
		
			
				 Posted: Sun Aug 31, 2003 2:12 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| :D Thank you for responding EvaStar. But iam not using linux, i going on Windows 98. What shall i do? Can you help me? :?: | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		Moxxnixx -
 
  Joined: 21 Jun 2003 Posts: 1226 Location: Florida
  | 
		 | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		TheLinker -
 
  Joined: 05 Apr 2002 Posts: 165 Location: Oslo, Norway
  | 
		
			
				 Posted: Mon Sep 01, 2003 9:20 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | rochesu wrote: | 	 		  | :D Thank you for responding EvaStar. But iam not using linux, i going on Windows 98. What shall i do? Can you help me? :?: | 	  
 
I uses the "Windows HTML Help" version of the documentation, found on the right side of the http://www.php.net/download-docs.php page... because it fits into my UltraEdit editor.  8) | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |