the correct answer to this bug is:

you have to load php_mbstring.dll before you load php_exif.dll. like:
extension=php_mbstring.dll
...
extension=php_exif.dll

not like:
extension=php_exif.dll
...
extension=php_mbstring.dll

Tomasen

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> ID:               29028
>  Updated by:       [EMAIL PROTECTED]
>  Reported By:      phillip dot hegarty at ntlworld dot com
> -Status:           Open
> +Status:           Bogus
>  Bug Type:         Dynamic loading
>  Operating System: Windows XP Professional
>  PHP Version:      5.0.0RC3
>  New Comment:
>
> It's missing some extra libraries that are located in the package.
> Please ask install support questions on e.g. [EMAIL PROTECTED]
> mailing list.
>
>
>
> Previous Comments:
> ------------------------------------------------------------------------
>
> [2004-07-06 12:23:35] phillip dot hegarty at ntlworld dot com
>
> Description:
> ------------
> Various modules, e.g. gd2, mysql, mysqli, zip and exif
> marked for loading within php.ini.
>
> All modules found except php_exif.dll - it is colocated
> with all the other found modules.
>
> Message come up twice on Apache 2 startup.
>
> All php_*.dll files are in C:\Windows\System32
>
> Reproduce code:
> ---------------
> No code - error message on startup of Apache
>
> Expected result:
> ----------------
> No error message
>
> Actual result:
> --------------
> Message box explaining that php_exif.dll could not be
> found.
>
>
> ------------------------------------------------------------------------
>
>
> -- 
> Edit this bug report at http://bugs.php.net/?id=29028&edit=1

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to