php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19591 Curl extension not foud
Submitted: 2002-09-25 08:31 UTC Modified: 2002-09-25 08:36 UTC
From: plant at virtualsolution dot net Assigned:
Status: Not a bug Package: cURL related
PHP Version: 4.2.3 OS: Microsoft Win 2000
Private report: No CVE-ID: None
 [2002-09-25 08:31 UTC] plant at virtualsolution dot net
OS: Microsoft win 2000
Web server: Apache 1.3

Problem with Module Curl:
When i try to load the module, php cant't find it:
 Unable to load dynamic library in 'extensions/php_curl.dll'

The other module works fine.

              Enrico Plantulli

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-25 08:36 UTC] derick@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.
 [2002-09-26 10:20 UTC] akorthaus at web dot de
I´ve got the same Problem, and many others too! 

I´m running PHP 4.2.2 with Apache 2 on Win2000 SP3 and I _have_ an original winnt\system32\msvcr70.dll, perhaps form SP3. I also have the php_curl.dll in the correct folder, all other modules work well this way! I also have zhe "real" curl run on my computer, therefor I needed the other required dlls in system32 folder, so if curl works, php_curl should work too! This _is_ a PHP-Bug! I Get the same error as described in the following:

<quote from php-manual: http://www.php.net/manual/en/ref.curl.php#AEN9715>
orangevwbus at yahoo dot com
05-Jan-2002 08:12
In win32 (Windows 2000), I couldn't get apache to start with PHP/curl support 'cause it said it couldn't find the php_curl.dll. Well it was there.
MSVCRT.dll was there as well, but after I ran the dll through "Depends", there's a new DLL for the Microsoft .NET stuff. It's called msvcr70.dll, and without it, php_curl.dll won't load.
I didn't want to load .NET framework on my machine (which msdn.microsoft.com suggested)
I did a google search and found a downloadable copy of the file and threw it in my %system%\system32 folder and all the lights and whistles came on.
d dot kingma at ContentS dot nl
30-Jan-2002 08:47
in addition to the files named above, you should also add the file libeay32.dll to your PHP directory. The file can be found in the dlls directory
</quote from php-manual>

And please have a look at http://curl.haxx.se/mail/archive-2001-05/0058.html 

rgds
Andreas
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC