|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-12-16 17:15 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04:00:02 2025 UTC |
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