php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28017 php_pdf.dll corrupt in final 4.3.6 zip package
Submitted: 2004-04-16 00:18 UTC Modified: 2004-04-23 00:10 UTC
From: phpcoder at jkap dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.3.6RC3 OS: windows 2000
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: phpcoder at jkap dot com
New email:
PHP Version: OS:

 

 [2004-04-16 00:18 UTC] phpcoder at jkap dot com
Description:
------------
Extract older php_pdf.dll (528kb) into extensions dir from previous release (4.3.6RC3) to replace current one contained in zip package(72kb).

Reproduce code:
---------------
Uncomment 'extension=php_pdf.dll' in php.ini.

Expected result:
----------------
Error will pop up on server indicating "Unable to load dynamic library '.\extensions\php_pdf.dll' - The specified module could not be found.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-16 03:14 UTC] edink@php.net
You'll need to copy dlls\pdflib.dll to your system path (c:\winnt\system32 for example)
 [2004-04-23 00:10 UTC] phpcoder at jkap dot com
I appended my PATH variable with \php\dlls solving my problem and to allow easy future upgrading. This was not necessary for me to do on 4.3.6RC3 and was an unexpected change in 4.3.6.  Thanks for pointing it out.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 07:01:32 2024 UTC