RE: Order of extensions in php.ini matters?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You have the correct order.  Exif relies on functionality provided by
mbstring.dll, therefore it must be loaded after it.

> -----Original Message-----
> I'm trying to use the EXIF extension (PHP 5, Windows
> XP). Order didn't seem to matter before (PHP 4). But
> now, if my php.ini is like:
> 
> extension=php_exif.dll
> extension=php_mbstring.dll
> 
> PHP gives an "unable to load module" error. But if I
> put the mbstring extension before exif in php.ini, it
> works. What's up?

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux