php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43606 missing module dependencies in exif extension
Submitted: 2007-12-16 02:45 UTC Modified: 2007-12-16 17:15 UTC
From: crrodriguez at suse dot de Assigned:
Status: Closed Package: EXIF related
PHP Version: 5.3CVS-2007-12-16 (CVS) OS: Irrelevant
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: crrodriguez at suse dot de
New email:
PHP Version: OS:

 

 [2007-12-16 02:45 UTC] crrodriguez at suse dot de
Description:
------------
exif extension lacks of module dependencies

Reproduce code:
---------------
./configure --enable-exif --enable-mbstring

Expected result:
----------------
./sapi/cli/php --re exif

- Dependencies {
    Dependency [ standard (Required) ]
    Dependency [ mbstring (Required) ] ( in case --enable-mbstring is passed to configure of course)
  }


Actual result:
--------------
- no module deps

fix : 

http://www.flyspray.org/patches/exif-module-deps.patch



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-16 17:15 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 21:01:29 2024 UTC