At 7:23 PM +0200 6/21/02, Marcus Börger wrote:
>What i wanted to stree out is that exif uses functions from mbstring
>if present.
>That means if mbstring is not present it does not use these and the
>user has to do that stuff for his own.
>If mbstring is compiled as a shared extension both exif and mbstring
>will work together perfectly but exif cannot use mbstring even
>though it is present and that might/WILL be confusing to users.

That make sense, is there a change that can be made in exif to fix
this problem?  Looking over the code for exif again I still don't see
it calling anything from mbstring and it doesn't call php_treat_data
which was what mbstring was overwriting.

Cheers,

Brian

--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to