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
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: 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 May 03 14:01:30 2024 UTC