Gian_Krl0 Posted July 31, 2005 Report Share Posted July 31, 2005 I want to use my installation of Uniform Server 3.2 with my ADSL connection and the service of StacticDNS of DynDNS.com, for serve scripts in PHP4 (I've installed PHP4 plug-in). But this scripts need to have PHP4 with CULR enabled, I see in PHPinfo and I not view signs of CURL. Please, how I can install CURL and enable this for PHP4 in Uniform Server 3.2 ? Thank you very much in advance! *excuse me by my bad english* Quote Link to comment Share on other sites More sharing options...
AlleyKat Posted August 1, 2005 Report Share Posted August 1, 2005 If you pick up the PHP4 package (same version you're using) from php.net - http://dk2.php.net/get/php-4.3.11-Win32.zip/from/a/mirror - and in this file, find php-4.3.11-Win32.zip\php-4.3.11-Win32\extensions\php_curl.dlland copy this to your W:\usr\local\Php\extensions\folder, you'll have curl available in PHP AFAIK. Last step is enabling it in php.ini - just find the line ;extension=php_curl.dllin W:\usr\local\Php\php.ini and remove the leading ; (comment-tag).Restart Apache, and curl should work. I hope. And version # fixed to 4.3.11 Olajide Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted August 1, 2005 Report Share Posted August 1, 2005 You have to download PHP 4.3.11 not 4.4 PHP 4.4 plugin is coming soon.. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Gian_Krl0 Posted August 3, 2005 Author Report Share Posted August 3, 2005 Thanks by your help! But to obtain that it works I had to copy two archives associated to php_curl.dll, these come in PHP's package: ssleay32.dll and libeay32.dll According to install.txt (inside of php-4.3.11-Win32.zip), these two archives must be copied in two places:W:\usr\local\Php\W:\usr\local\Php\dll\ After this, CURL appears like activated in PHPinfo.Now, I hope that it works without problems Again, thank you very much. Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted August 3, 2005 Report Share Posted August 3, 2005 No Problem, and thank you.. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
orazal Posted March 11, 2006 Report Share Posted March 11, 2006 I'm a really unexperienced and uninformed user so excuse me if I'm overlooking something obvious.I come from the Flash community and trying to run amfphp but I need curl to do so.I'm on Uniform Server 3.3 with PHP 5.1.1I have tried the previous method but I get the following message:"Unable to load dynamic library '/usr/local/PHP/extensions\php_curl.dll" although the file is in that path. I suppose this is because the file comes from PHP 4.3.11Do I need to downgrade to PHP4 for CURL to work? Much thanks Quote Link to comment Share on other sites More sharing options...
AlleyKat Posted March 17, 2006 Report Share Posted March 17, 2006 No, find CURL for php5:http://dk.php.net/get/pecl-5.1.1-Win32.zip/from/a/mirror Quote Link to comment Share on other sites More sharing options...
Morpheus Posted March 21, 2006 Report Share Posted March 21, 2006 Hi, AlleyKat. Can you expand a bit on how to get curl running with the latest Uniform Server (PHP 5.1.1) please? I downloaded the archive you specified but it didn't contain any curl-related fies that I could see. No, find CURL for php5:http://dk.php.net/get/pecl-5.1.1-Win32.zip/from/a/mirror2705[/snapback] Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted March 24, 2006 Report Share Posted March 24, 2006 Download PHP 5.1.1 from here: http://www.php.net/releases.php and find the extention in there. Make sure i got the version right. Direct Link: http://www.php.net/get/php-5.1.1-Win32.zip/from/a/mirror or ifnot in that one, try http://www.php.net/get/pecl-5.1.1-Win32.zip/from/a/mirror Thanks. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
ahmedhoukry Posted May 30, 2006 Report Share Posted May 30, 2006 dear alli installed php_cutl.dll enabled curl but i get this error libeay32.dll not found Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted June 9, 2006 Report Share Posted June 9, 2006 Check all the folders of the default PHP Installation.... that file should be there... if its not, i know MySQL has it for sure. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
OPTIMUSPRIME Posted September 30, 2008 Report Share Posted September 30, 2008 Hmm same problem need curl to work in php4 instead of 5 but can't find 4 we need solution for php4 not 5 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.