php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32541 Unable to load exif extension
Submitted: 2005-04-02 09:45 UTC Modified: 2005-04-02 14:37 UTC
Votes:6
Avg. Score:4.3 ± 0.7
Reproduced:6 of 6 (100.0%)
Same Version:4 (66.7%)
Same OS:2 (33.3%)
From: techtonik@php.net Assigned:
Status: Wont fix Package: EXIF related
PHP Version: 4.3.11 OS: Win2000
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: techtonik@php.net
New email:
PHP Version: OS:

 

 [2005-04-02 09:45 UTC] techtonik@php.net
Description:
------------
Attempt to execute php.exe with enabled exif extension throws windows error about missing php_mbstring.dll in system path. After that PHP displays warning about it's unability to load php_exif.dll

Exif extension is linked against php_mbstring.dll and if mbstring extension loaded later than exif in php.ini the bad thing happens.

Actual result:
--------------
PHP Warning:  Unknown(): Unable to load dynamic library 'c:/WINDEX/httpd/.PHP/extensions\php_exif.dll' - The specified module could not be found.
 in Unknown on line 0

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-02 14:37 UTC] sniper@php.net
Yeah, life sucks. 
(I'm actually trying to fix this whole extension loading issue but I doubt the patch will be accepted..and if it will, it won't get into PHP 4 :)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 14:01:32 2024 UTC