Re: PHP 5.2.11, Windows Vista and php_mbstring.dll
[email protected] (Carsten Wiedmann)
| Newsgroups | php.windows |
|---|---|
| Message-ID | <[email protected]> |
Elizabeth M Smith schrieb: > Mbstring has an additional extension requirement - you MUST MUST enable > php_exif.dll before you enable mbstring It's vice versa. exif have a dependence to mbstring. So if you want load exif, you must first load mbstring. But you can still use mbstring without exif. Regards, Carsten