| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Toasty -
 
  Joined: 21 Feb 2008 Posts: 298 Location: Chicago, IL
  | 
		
			
				 Posted: Fri Sep 25, 2009 5:36 am    Post subject: CURL in Aprelium's Preconfigured PHP Package | 
				      | 
			 
			
				
  | 
			 
			
				Hello All,
 
 
It doesn't seem as if Aprelium's PHP package supports CURL functionality...Is there somewhere I need to enable it? Or was it not compiled with it?
 
 
Also,
 
Does anybody have a good guide for compiling PHP packages? I'd like to try my hand at it with 5.3.0 with MySQL, GD, CURL, etc.
 
 
Thanks,
 
Toasty _________________ Audit the secure configuration of your server headers! | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium-support -
 
  Joined: 20 Feb 2009 Posts: 356
 
  | 
		
			
				 Posted: Mon Sep 28, 2009 1:39 pm    Post subject: Re: CURL in Aprelium's Preconfigured PHP Package | 
				      | 
			 
			
				
  | 
			 
			
				 	  | Toasty wrote: | 	 		  
 
It doesn't seem as if Aprelium's PHP package supports CURL functionality...Is there somewhere I need to enable it? Or was it not compiled with it?
 
 | 	  
 
 
Which version do you use? The cURL function is enabled in the latest versions. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		Toasty -
 
  Joined: 21 Feb 2008 Posts: 298 Location: Chicago, IL
  | 
		 | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium-support -
 
  Joined: 20 Feb 2009 Posts: 356
 
  | 
		
			
				 Posted: Wed Sep 30, 2009 11:13 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | Toasty wrote: | 	 		  I am currently using the latest package, 5.2.10.
 
 
Perhaps I'll have to try more with it.
 
 
Thanks,
 
Toasty | 	  
 
 
Are you sure that the extension is activated in your php.ini file ?
 
 
 	  | Code: | 	 		  | extension=php_curl.dll | 	  
 
 
And not deactivated:
 
 	  | Code: | 	 		  | ;extension=php_curl.dll | 	  
 
 
In your php installation directory, is there a "php_curl.dll" file ? _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |