July 31, 200520 yr comment_1159 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* Report
August 1, 200520 yr comment_1160 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 Report
August 1, 200520 yr comment_1163 You have to download PHP 4.3.11 not 4.4 PHP 4.4 plugin is coming soon.. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
August 3, 200520 yr Author comment_1173 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. Report
August 3, 200520 yr comment_1174 No Problem, and thank you.. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
March 11, 200619 yr comment_2659 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 Report
March 17, 200619 yr comment_2705 No, find CURL for php5:http://dk.php.net/get/pecl-5.1.1-Win32.zip/from/a/mirror Report
March 21, 200619 yr comment_2729 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] Report
March 24, 200619 yr comment_2744 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. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
May 30, 200619 yr comment_3180 dear alli installed php_cutl.dll enabled curl but i get this error libeay32.dll not found Report
June 9, 200619 yr comment_3209 Check all the folders of the default PHP Installation.... that file should be there... if its not, i know MySQL has it for sure. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
September 30, 200817 yr comment_6763 Hmm same problem need curl to work in php4 instead of 5 but can't find 4 we need solution for php4 not 5 Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.