Comments on: cURL with PHP and Apache on Windows http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/ It's Just Links Wed, 14 Sep 2011 13:47:04 +0000 http://wordpress.org/?v=2.9.1 hourly 1 By: Matthew http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-159938 Matthew Thu, 09 Apr 2009 21:17:56 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-159938 @Oscar: Perfect! This is just the solution I needed! Thanks! @Oscar: Perfect! This is just the solution I needed! Thanks!

]]>
By: Viet Hung http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-157845 Viet Hung Mon, 30 Mar 2009 08:24:39 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-157845 Thank alot, Im using AppServ 2.5.9 Thank alot, Im using AppServ 2.5.9

]]>
By: Mohamed Faramawi http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-153793 Mohamed Faramawi Tue, 10 Mar 2009 12:19:05 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-153793 Thanks alot for putting this together , it works great, using XAMPP saves you some of the steps above.. but its still worth being reviewed. Thanks alot for putting this together , it works great, using XAMPP saves you some of the steps above.. but its still worth being reviewed.

]]>
By: Oscar http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-150417 Oscar Wed, 18 Feb 2009 15:56:50 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-150417 XAMPP, at least now, becomes with native CURL support (it just needs an easy enabling). Open your php.ini file (usually in C:\xampp\apache\bin), locate the next line (or type 'curl' in your text editor searcher): ;extension=php_curl.dll just deleting the ; and restart your Apache server using the Xampp Control Panel. Test your app and then you'll get CURL active in your system without remove or reinstalling anything. My english is bad but I hope you can understand this simple steps. XAMPP, at least now, becomes with native CURL support (it just needs an easy enabling).
Open your php.ini file (usually in C:\xampp\apache\bin), locate the next line (or type ‘curl’ in your text editor searcher):

;extension=php_curl.dll

just deleting the ; and restart your Apache server using the Xampp Control Panel. Test your app and then you’ll get CURL active in your system without remove or reinstalling anything. My english is bad but I hope you can understand this simple steps.

]]>
By: YC http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-150091 YC Tue, 17 Feb 2009 12:04:51 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-150091 Thank you, thank you, thank you! You are the saver! Thank you, thank you, thank you! You are the saver!

]]>
By: Alex Grose http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-139293 Alex Grose Sun, 04 Jan 2009 02:11:28 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-139293 I had to copy all of the files in my PHP extension directory to [C:\php5] Not quite sure why, because the extension_dir was set correctly. Works anyway though! I had to copy all of the files in my PHP extension directory to [C:\php5]

Not quite sure why, because the extension_dir was set correctly. Works anyway though!

]]>
By: karuppusamy g http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-139025 karuppusamy g Fri, 02 Jan 2009 14:57:09 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-139025 Thank you very much, i realy happy to clear my doubt about the curl. Now your recommended procedure is working well once again i thank you very much. Thank you very much, i realy happy to clear my doubt about the curl. Now your recommended procedure is working well once again i thank you very much.

]]>
By: php developers team http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-138363 php developers team Tue, 30 Dec 2008 06:33:53 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-138363 Excellent pointers there. Also don't forget the single most important step is "4. Copy libeay32.dll and ssleay32.dll (located in d:\apps\php\dlls\) to c:\windows\system32" and of course restart your apache server ! For me the files were present under php5 directory itself Excellent pointers there.

Also don’t forget the single most important step is

“4. Copy libeay32.dll and ssleay32.dll (located in d:\apps\php\dlls\) to c:\windows\system32″ and of course restart your apache server !

For me the files were present under php5 directory itself

]]>
By: muthu http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-138230 muthu Mon, 29 Dec 2008 14:27:10 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-138230 I'm using XAMPP1.6.8,How Can I run a program using cURL? I need an Example. I’m using XAMPP1.6.8,How Can I run a program using cURL?
I need an Example.

]]>
By: Acmeous http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/comment-page-3/#comment-138221 Acmeous Mon, 29 Dec 2008 13:43:01 +0000 http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/#comment-138221 Hi Tony, It's a nice tutorial but was unable to get the installation procedure work. I think for recent php installations we already have curl setup, but inactive. We just need to enable it by editing the bin/apache/apache2.x.x/bin/php.ini and uncommenting the extension=php_curl.dll. That enabled my curl. Thanks. Hi Tony,
It’s a nice tutorial but was unable to get the installation procedure work. I think for recent php installations we already have curl setup, but inactive. We just need to enable it by editing the bin/apache/apache2.x.x/bin/php.ini and uncommenting the extension=php_curl.dll.
That enabled my curl.
Thanks.

]]>