php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1586 In the compiled Win32 package, the php3_ldap doesn't load.
Submitted: 1999-06-22 18:10 UTC Modified: 2002-06-16 08:32 UTC
From: khughes at interactive dot net Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 3.0.6 OS: Windows 95
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: khughes at interactive dot net
New email:
PHP Version: OS:

 

 [1999-06-22 18:10 UTC] khughes at interactive dot net
When I try running a script that does an dl of php3_ldap.dll, I get the following error:

Fatal error: Unable to load dynamic library 'c:\php3\php3_ldap.dll'
One of the library files needed to run this application cannot be found. in webpages/kgh3.php on line 8

Line 8 is 	dl("php3_ldap.dll");


c:\php3 is in the path.  I looked at the file nsldap32v30.dll, and it appears that it requires the library msvcrtd.dll.  That's a debugging version of the Visual C++ runtime msvcrt.dll, and unfortunately, I don't have Visual C++ to add it into my system to see if it still fails if I add that library.  Could that be the problem?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-16 08:32 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately, PHP 3 is no longer supported. Please download
the latest version of PHP 4 from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC