php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8615 DLL loading
Submitted: 2001-01-09 09:16 UTC Modified: 2001-01-09 15:28 UTC
From: roman dot sagner at gecapital dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.1 OS: Windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: roman dot sagner at gecapital dot com
New email:
PHP Version: OS:

 

 [2001-01-09 09:16 UTC] roman dot sagner at gecapital dot com
I started to programme in PHP. After installation and configuration I tried run my first PHP script. It runs but it calls a lot of warnings. Warning is this: "Unable to load dynamic library 'c:/php/extensions/php_curl.dll'. The specified module could not be found." This warning is called for a lot of DLLs, but DLLs are in specified directory. The PHP script is as shortest as possible. I use just <?php echo "..."; ?>. I think there are some problems in configuration. Am I right? What do I wrong? Why server can't find DLLs?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-09 10:20 UTC] cynic@php.net
please try if this still happens with 4.0.4 and let us know.
 [2001-01-09 12:21 UTC] cynic@php.net
user feedback: 4.0.4 is the same
------

where did you get those dll's from?

note: please read http://bugs.php.net/bugs-dos-ands-donts.php before submitting further bug reports.
 [2001-01-09 15:28 UTC] dbeu@php.net
make sure that you have copied the dll's form the dlls folder into your windows\system | winnt\system32 directory.
i.e. for curl the ssl libarys have to be found (ssleay32.dll & libeay32.dll)
if they can't be found php will quit with the errormsg.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC