Re: [PHP] module loading problems

2007-07-25 Thread Chris W
That helped... Seems I need to load the multi-byte string module before I load the exif module... so now exif loads fine. However mysqli still doesn't load which is less of a concern since I'm not using that module at this time anyway. It does puzzle me thought because the standard mysql mod

Re: [PHP] module loading problems

2007-07-25 Thread Richard Davey
Hi Chris, Wednesday, July 25, 2007, 5:36:29 PM, you wrote: > I'm running PHP 5.2.0 on windows XP SP2 lately when it starts I > have been getting the an error when it tries to load the mysqli dll. > It loads the standard mysql dll fine and all the dlls are in the > same place the path and php

[PHP] module loading problems

2007-07-25 Thread Chris W
I'm running PHP 5.2.0 on windows XP SP2 lately when it starts I have been getting the an error when it tries to load the mysqli dll. It loads the standard mysql dll fine and all the dlls are in the same place the path and php ini file all seem to be fine. I recently added the exif modul