php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14737 PDF DLL is not working
Submitted: 2001-12-28 11:00 UTC Modified: 2002-01-30 13:08 UTC
Votes:4
Avg. Score:5.0 ± 0.0
Reproduced:4 of 4 (100.0%)
Same Version:2 (50.0%)
Same OS:2 (50.0%)
From: ralf dot dreger at t-online dot de Assigned:
Status: Not a bug Package: PDF related
PHP Version: 4.1.0 OS: Windows 2000 Server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
29 + 2 = ?
Subscribe to this entry?

 
 [2001-12-28 11:00 UTC] ralf dot dreger at t-online dot de
- New Installation
- OS W2K Server Sp2 Eng
- Standart IIS installation
- Terminal Services (not yet)
- phpMyAdmin 2.2.2

When I try to add a extension (e.g. php_pdf.dll),
I get the following error messige back:
----------------------------------------------------------
X-Powered-By: PHP/4.1.0 Content-type: text/html PHP Warning: Unable to load dynamic library './php_pdf.dll' - The specified module could not be found. in Unknown on line 0
----------------------------------------------------------

I tryed the following ways in the php.ini:
----------------------------------------------------------
extension_dir = ./
extension_dir = D:\Tools\PHP\extensions
extension_dir = D:\Tools\PHP\extensions\
extension_dir = D:/Tools/PHP/extensions
----------------------------------------------------------
but nothings works.
I'm using the dlls witch where part of the zip file from
your download site.

The new dlls are very smale (e.g. pdf now 92k, before 500k)

Do you have any idea. Thank you for your support/help.

Best wishes
Ralf
ralf.dreger@t-online.de

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-29 14:23 UTC] singe60 at hotmail dot com
i'm using PHP 4.1.1
 [2002-01-29 15:53 UTC] cyril at pernin dot net
same way for me

windows XP
PHP 4.1.1

php_lib.dll for php 4.0.6 or rebuld
 [2002-01-30 09:31 UTC] singe60 at hotmail dot com
Okay, well I resolved my problem at least... 
This message is a little misleading!

Warning : Unable to load dynamic library './extensions/php_pdf.dll' - The specified module could not be found.

When I extracted all the files from php-4.1.1-Win32.zip php_pdf.dll WAS placed in C:\PHP\extensions
-HOWEVER-
You *MUST* copy all the files from C:\PDP\dlls to your 
WINNT\System32 directory (in this case, pdflib.dll being most important)

Hope that helps some of you!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC