php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15729 Unable to load dll
Submitted: 2002-02-26 07:59 UTC Modified: 2002-02-26 11:28 UTC
From: jerome at tnl dot be Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 4.1.1 OS: Windows 2000 Workstation
Private report: No CVE-ID: None
 [2002-02-26 07:59 UTC] jerome at tnl dot be
In the php.ini, I choose to activate some dll (gb,printer,pdf,sockets). When I load a PHP page (like phpinfo() but another code cause the same effect), I receive a message box that say Unable to load dynamic library "c:\Program File\php\php4\extensions\php_*.dll" where * is printer, pdf and sockets. But the php_gd.dll load correctly. I don't find my error. I copy the php4ds.dll in the winnt\system32 directory and in winnt\system directory (for security). And the extension_dir is the good directory. Can you help me?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-26 08:35 UTC] hholzgra@php.net
Are all the DLLs from the same PHP version/release?

There have been API changes every once in a while
so older DLL versions often do not work with newer
PHP releases ...
 [2002-02-26 08:44 UTC] jerome at tnl dot be
Yes, another version of php are installed before, but a delete all file before install PHP 4.1.1 (zip package from www.php.net site), is for that I didn't understand why he doesn't work.
Another think do you know where can I find the php_mcrypt.dll file?
 [2002-02-26 11:10 UTC] postings dot php dot net at hans-spath dot de
I think this is a support question.

Have you copied all DLLs from php\dll to \winnt\system32 ?
 [2002-02-26 11:19 UTC] jerome at tnl dot be
I have copy all dll file (from dlls and extensions directory) into winnt\system32, so now it find the php_pdf.dll and it work, thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC